Skip to content

Commit f4a3aa0

Browse files
committed
build: django 5.tip dropped 3.10 and 3.11, also test on 3.13
1 parent 877b042 commit f4a3aa0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
envlist =
1717
py38-django{22,32,42}-cov{6,761},
1818
py39-django{22,32,42}-cov{6,7,tip},
19-
py310-django{32,42,51,tip}-cov{6,7,tip},
20-
py311-django{42,51,tip}-cov{6,7,tip},
19+
py310-django{32,42,51}-cov{6,7,tip},
20+
py311-django{42,51}-cov{6,7,tip},
2121
py312-django{51,tip}-cov{7,tip},
22+
py313-django{51,tip}-cov{7,tip},
2223
check,pkgcheck,doc
2324

2425
[testenv]
@@ -80,3 +81,4 @@ python =
8081
3.10: py310
8182
3.11: py311
8283
3.12: py312
84+
3.13: py313

0 commit comments

Comments
 (0)