Skip to content

Commit

Permalink
Fixes GitHub Actions for Python 3.13-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Sep 2, 2024
1 parent 1441c1c commit 9bfd529
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
isolated_build = True

envlist =
py{3.9,3.10,3.11,3.12,3.13}-django4.2
py{3.10,3.11,3.12,3.13}-django5.0
py{3.9,3.10,3.11,3.12,3.13-dev}-django4.2
py{3.10,3.11,3.12,3.13-dev}-django5.0

[gh-actions]
python =
3.9: py3.9
3.10: py3.10
3.11: py3.11
3.12: py3.12
3.13: py3.13
3.13-dev: py3.13

[testenv]
setenv =
Expand Down

0 comments on commit 9bfd529

Please sign in to comment.