File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,21 @@ matrix:
14
14
- env : TOXENV=py36-djangomaster
15
15
- env : TOXENV=py37-djangomaster
16
16
- env : TOXENV=py38-djangomaster
17
+ - env : TOXENV=py39-djangomaster
17
18
18
19
include :
19
20
- python : 3.7
20
21
env : TOXENV=py37-flake8
21
22
- python : 3.7
22
23
env : TOXENV=py37-docs
23
24
25
+ - python : 3.9
26
+ env : TOXENV=py39-djangomaster
27
+ - python : 3.9
28
+ env : TOXENV=py39-django30
29
+ - python : 3.9
30
+ env : TOXENV=py39-django22
31
+
24
32
- python : 3.8
25
33
env : TOXENV=py38-django30
26
34
- python : 3.8
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
## [ unreleased]
18
18
19
+ ### Added
20
+ * #884 Added support for Python 3.9
21
+
19
22
## [ 1.3.3] 2020-10-16
20
23
21
24
### Added
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers =
24
24
Programming Language :: Python :: 3.6
25
25
Programming Language :: Python :: 3.7
26
26
Programming Language :: Python :: 3.8
27
+ Programming Language :: Python :: 3.9
27
28
Topic :: Internet :: WWW/HTTP
28
29
29
30
[options]
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ envlist =
6
6
py37-django{30,22,21},
7
7
py36-django{22,21},
8
8
py35-django{22,21},
9
+ py39-django{22,30}
10
+ py39-djangomaster,
9
11
py38-djangomaster,
10
12
py37-djangomaster,
11
13
py36-djangomaster,
You can’t perform that action at this time.
0 commit comments