File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 53
53
python : 3.8
54
54
allow_failure : false
55
55
56
- - name : py38 -dj31-postgres-xdist-coverage
57
- python : 3.8
56
+ - name : py39 -dj31-postgres-xdist-coverage
57
+ python : 3.9
58
58
allow_failure : false
59
59
60
60
- name : py37-dj30-mysql_innodb-coverage
77
77
python : 3.8
78
78
allow_failure : false
79
79
80
- - name : py38 -djmaster-sqlite-coverage
81
- python : 3.8
80
+ - name : py39 -djmaster-sqlite-coverage
81
+ python : 3.9
82
82
allow_failure : true
83
83
84
84
# Explicitly test (older) pytest 5.4.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =
24
24
Programming Language :: Python :: 3.6
25
25
Programming Language :: Python :: 3.7
26
26
Programming Language :: Python :: 3.8
27
+ Programming Language :: Python :: 3.9
27
28
Programming Language :: Python :: Implementation :: CPython
28
29
Programming Language :: Python :: Implementation :: PyPy
29
30
Topic :: Software Development :: Testing
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
+ py39-dj{31,30,22}-postgres
3
4
py38-dj{31,30,22}-postgres
4
5
py37-dj{31,30,22}-postgres
5
6
py36-dj{31,30,22}-postgres
You can’t perform that action at this time.
0 commit comments