Skip to content

Commit 87061aa

Browse files
authored
Merge pull request #626 from bckohan/master
Update test matrix to correct python/django combinations, add 5.1, 5.2
2 parents 76b0e77 + da65e09 commit 87061aa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tox.ini

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
[tox]
22
envlist =
33
py{38,39,310}-django{32}
4-
py{38,39,310,311,312}-django{40,41,42}
4+
py{38,39,310}-django{40}
5+
py{38,39,310,311}-django{41}
6+
py{38,39,310,311,312}-django{42}
57
py{310,311,312}-django{50}
8+
py{310,311,312,313}-django{51}
9+
py{310,311,312,313}-django{52}
610
# TODO: reinstate running on postgres: py39-django{40}-postgres
711
docs
812

@@ -21,6 +25,8 @@ deps =
2125
django41: Django ~= 4.1
2226
django42: Django ~= 4.2
2327
django50: Django ~= 5.0
28+
django51: Django ~= 5.1
29+
django52: Django == 5.2b1
2430
djangomain: https://github.com/django/django/archive/main.tar.gz
2531
postgres: psycopg2
2632
commands =
@@ -41,3 +47,4 @@ python =
4147
3.10: py310
4248
3.11: py311
4349
3.12: py312
50+
3.13: py313

0 commit comments

Comments
 (0)