Skip to content

Commit 9a54bf4

Browse files
committed
Add Python 3.9 support
This has been out since October. Time to support it. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent c975303 commit 9a54bf4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
`Python 3.9 <https://www.python.org/downloads/release/python-390/>`_ is now
5+
supported.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.2
3-
envlist = pep8,docs,py{36,37,38}-django{22,30,31}
3+
envlist = pep8,docs,py{36,37,38,39}-django{22,30,31}
44
skipsdist = true
55
ignore_basepython_conflict = true
66

@@ -22,7 +22,7 @@ setenv =
2222
PYTHONDONTWRITEBYTECODE = 1
2323
PYTHONDEVMODE = 1
2424
py36: PYTHONWARNINGS = once,ignore::ImportWarning:backports
25-
py{37,38}: PYTHONWARNINGS = once
25+
py{37,38,39}: PYTHONWARNINGS = once
2626
passenv =
2727
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
2828
PW_TEST_DB_TYPE PW_TEST_DB_USER PW_TEST_DB_PASS PW_TEST_DB_HOST

0 commit comments

Comments
 (0)