Skip to content

Commit

Permalink
Drop python 3.8 . Add tests for python 3.13 and django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Jan 6, 2025
1 parent bf71f24 commit a9f3662
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[tox]
envlist =
py{38,39,310,311}-dj-4.2
py{310,311,312}-5.0
py{310,311,312}-dj-master
py{39,310,311}-dj-4.2
py{310,311,312,313}-5.0
py{310,311,312,313}-5.1
py{310,311,312,313}-dj-master

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv]
usedevelop = true
Expand All @@ -22,4 +23,5 @@ setenv=
deps =
dj-4.2: Django>=4.2,<5
dj-5.0: Django>=5,<5.1
dj-5.1: Django>=5.1,<5.2
dj-master: https://github.com/django/django/archive/master.tar.gz

0 comments on commit a9f3662

Please sign in to comment.