Remove Python 3.5 (deprecated) from tox

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
Ülgen Sarıkavak 2022-02-07 17:10:04 +03:00 committed by GitHub
parent ff9eee0804
commit 616977a6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{35,36,37,38,39}-django22,
py{36,37,38,39}-django22,
py{36,37,38,39}-django{30,31},
py{36,37,38,39,310}-django32,
py{38,39,310}-django{40,master},