Skip to content

Commit 26898c9

Browse files
Python 3.9 isn't supported by Django 5.0+
1 parent cd5a0b1 commit 26898c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[tox]
2-
envlist = {linux}-py{39,310,311,312,313}-django{42,50,51}
2+
envlist =
3+
linux-py39-django42
4+
linux-py{310,311,312,313}-django{42,50,51}
35

46
[gh-actions]
57
python =

0 commit comments

Comments
 (0)