mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Deprecate Python 3.6 support
This commit is contained in:
parent
95ccba251d
commit
38fd8b6f16
1 changed files with 1 additions and 2 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,13 +1,12 @@
|
|||
[tox]
|
||||
envlist =
|
||||
# list of supported Django/Python versions:
|
||||
py{36,37,38,39,py3}-dj{32}
|
||||
py{37,38,39,py3}-dj{32}
|
||||
py{38,39,310}-dj{40,main}
|
||||
py38-{lint,docs}
|
||||
|
||||
[gh-actions]
|
||||
python =
|
||||
3.6: py36
|
||||
3.7: py37
|
||||
3.8: py38
|
||||
3.9: py39
|
||||
|
|
|
|||
Loading…
Reference in a new issue