Skip to content

Commit 0ea0b21

Browse files
authored
Merge pull request #886 from bluetech/py39
Officially support Python 3.9
2 parents 18b5776 + 267748d commit 0ea0b21

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
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
@@ -77,8 +77,8 @@ jobs:
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.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist =
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

0 commit comments

Comments
 (0)