Skip to content

Commit cf0086f

Browse files
committed
👷Test in py3.14
1 parent b0adbc1 commit cf0086f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
py{38,39}-dj{22}-drf{37,38,39,310,311,312}
88
py{36,37,38,39}-dj{30}-drf{310,311,312}
99
py{36,37,38,39,310}-dj{31,32}-drf{311,312,313,314}
10-
py{38,39,310,311,312}-dj{40,41}-drf{313,314}
10+
py{38,39,310,311,312,313}-dj{40,41}-drf{313,314}
1111

1212
[gh-actions]
1313
python =
@@ -17,6 +17,7 @@ python =
1717
3.10: py310
1818
3.11: py311
1919
3.12: py312
20+
3.13: py313
2021

2122
DJANGO =
2223
1.11: dj111

0 commit comments

Comments
 (0)