Skip to content

Commit

Permalink
tox.ini: Add py313 and dj51
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 8, 2024
1 parent 317869a commit a0f4d53
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ envlist =
docs
py{38,39}-dj{32,41,42}
py{310,py310}-dj{32,41,42,50,main}
py{311}-dj{41,42,50,main}
py{312}-dj{50,main}
py{311}-dj{41,42,50,51,main}
py{312}-dj{50,51,main}
py{312}-dj{50,51,main}

[gh-actions]
python =
Expand All @@ -17,6 +18,7 @@ python =
3.10: py310
3.11: py311,flake8,readme
3.12: py312
3.13: py313
pypy-3.10: pypy310

[testenv]
Expand All @@ -29,10 +31,13 @@ deps =
dj32: django~=3.2.9
dj41: django~=4.1.3
dj42: django~=4.2.0
dj50: django~=5.0.0rc1
dj50: django~=5.0.0
dj51: django~=5.1.0
djmain: https://github.com/django/django/archive/main.tar.gz
py312: build
py312: setuptools
py312: wheel
py313: build
py313: setuptools
coverage
coverage_enable_subprocess
extras = testing
Expand Down

0 comments on commit a0f4d53

Please sign in to comment.