Skip to content

Commit 4b6aea5

Browse files
authored
Add Python 3.14 and Django 52 to tox configuration
1 parent b534b09 commit 4b6aea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
py3{9-13}-dj42-{sqlite3,postgres,mysql,mariadb},
44
py3{10-13}-dj{50-52}-{sqlite3,postgres,mysql,mariadb},
55
py3{12-13}-dj{main}-{sqlite3,postgres,mysql,mariadb},
6+
py314-dj{52,main}-{sqlite3,postgres,mysql,mariadb},
67
docs,
78
lint
89

@@ -13,6 +14,7 @@ python =
1314
3.11: py311, docs, lint
1415
3.12: py312
1516
3.13: py313
17+
3.14: py314
1618

1719
[gh-actions:env]
1820
DJANGO =

0 commit comments

Comments
 (0)