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 5353 python : 3.8
5454 allow_failure : false
5555
56- - name : py38 -dj31-postgres-xdist-coverage
57- python : 3.8
56+ - name : py39 -dj31-postgres-xdist-coverage
57+ python : 3.9
5858 allow_failure : false
5959
6060 - name : py37-dj30-mysql_innodb-coverage
7777 python : 3.8
7878 allow_failure : false
7979
80- - name : py38 -djmaster-sqlite-coverage
81- python : 3.8
80+ - name : py39 -djmaster-sqlite-coverage
81+ python : 3.9
8282 allow_failure : true
8383
8484 # Explicitly test (older) pytest 5.4.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =
2424 Programming Language :: Python :: 3.6
2525 Programming Language :: Python :: 3.7
2626 Programming Language :: Python :: 3.8
27+ Programming Language :: Python :: 3.9
2728 Programming Language :: Python :: Implementation :: CPython
2829 Programming Language :: Python :: Implementation :: PyPy
2930 Topic :: Software Development :: Testing
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3+ py39-dj{31,30,22}-postgres
34 py38-dj{31,30,22}-postgres
45 py37-dj{31,30,22}-postgres
56 py36-dj{31,30,22}-postgres
You can’t perform that action at this time.
0 commit comments