Skip to content

Commit

Permalink
Merge pull request #886 from bluetech/py39
Browse files Browse the repository at this point in the history
Officially support Python 3.9
  • Loading branch information
bluetech authored Oct 16, 2020
2 parents 18b5776 + 267748d commit 0ea0b21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
python: 3.8
allow_failure: false

- name: py38-dj31-postgres-xdist-coverage
python: 3.8
- name: py39-dj31-postgres-xdist-coverage
python: 3.9
allow_failure: false

- name: py37-dj30-mysql_innodb-coverage
Expand All @@ -77,8 +77,8 @@ jobs:
python: 3.8
allow_failure: false

- name: py38-djmaster-sqlite-coverage
python: 3.8
- name: py39-djmaster-sqlite-coverage
python: 3.9
allow_failure: true

# Explicitly test (older) pytest 5.4.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Testing
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist =
py39-dj{31,30,22}-postgres
py38-dj{31,30,22}-postgres
py37-dj{31,30,22}-postgres
py36-dj{31,30,22}-postgres
Expand Down

0 comments on commit 0ea0b21

Please sign in to comment.