Skip to content

Commit

Permalink
Bump python versions to test against
Browse files Browse the repository at this point in the history
  • Loading branch information
jaap3 committed Mar 7, 2024
1 parent 7e70f84 commit 37085b4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
[tox]
envlist = py{36,37,38}-dj{22,30,31,32},py{38}-dj{main}
envlist = py{38,310,312}-dj{32,42},py{312}-dj{main}

[testenv]
basepython = py36: python3.6
py37: python3.7
py38: python3.8
basepython = py38: python3.8
py310: python3.10
py312: python3.12
commands = python -W module manage.py test testproject
deps = dj22: Django~=2.2.0
dj30: Django~=3.0.0
dj31: Django~=3.1.0
dj32: Django~=3.2.0
deps = dj32: Django~=3.2.0
dj42: Django~=4.2.0
djmain: https://github.com/django/django/archive/refs/heads/main.zip

[testenv:flake8]
Expand Down

0 comments on commit 37085b4

Please sign in to comment.