Skip to content

Commit

Permalink
Add Python 3.9 support
Browse files Browse the repository at this point in the history
This has been out since October. Time to support it.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Dec 13, 2020
1 parent c975303 commit 9a54bf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions releasenotes/notes/python-3-9-support-79fe9f9cbb1bf2b0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
`Python 3.9 <https://www.python.org/downloads/release/python-390/>`_ is now
supported.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2
envlist = pep8,docs,py{36,37,38}-django{22,30,31}
envlist = pep8,docs,py{36,37,38,39}-django{22,30,31}
skipsdist = true
ignore_basepython_conflict = true

Expand All @@ -22,7 +22,7 @@ setenv =
PYTHONDONTWRITEBYTECODE = 1
PYTHONDEVMODE = 1
py36: PYTHONWARNINGS = once,ignore::ImportWarning:backports
py{37,38}: PYTHONWARNINGS = once
py{37,38,39}: PYTHONWARNINGS = once
passenv =
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST
Expand Down

0 comments on commit 9a54bf4

Please sign in to comment.