Skip to content

Commit 7ff2c70

Browse files
committed
Drop python 3.8 . Add tests for python 3.13 and django 5.1
1 parent 0b7e54e commit 7ff2c70

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311}-dj-4.2
4-
py{310,311,312}-5.0
5-
py{310,311,312}-dj-master
3+
py{39,310,311}-dj-4.2
4+
py{310,311,312,313}-5.0
5+
py{310,311,312,313}-5.1
6+
py{310,311,312,313}-dj-master
67

78
[gh-actions]
89
python =
9-
3.8: py38
1010
3.9: py39
1111
3.10: py310
1212
3.11: py311
1313
3.12: py312
14+
3.13: py313
1415

1516
[testenv]
1617
usedevelop = true
@@ -22,4 +23,5 @@ setenv=
2223
deps =
2324
dj-4.2: Django>=4.2,<5
2425
dj-5.0: Django>=5,<5.1
26+
dj-5.1: Django>=5.1,<5.2
2527
dj-master: https://github.com/django/django/archive/master.tar.gz

0 commit comments

Comments
 (0)