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:
1414 - env : TOXENV=py36-djangomaster
1515 - env : TOXENV=py37-djangomaster
1616 - env : TOXENV=py38-djangomaster
17+ - env : TOXENV=py39-djangomaster
1718
1819 include :
1920 - python : 3.7
2021 env : TOXENV=py37-flake8
2122 - python : 3.7
2223 env : TOXENV=py37-docs
2324
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+
2432 - python : 3.8
2533 env : TOXENV=py38-django30
2634 - 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
1616
1717## [ unreleased]
1818
19+ ### Added
20+ * #884 Added support for Python 3.9
21+
1922## [ 1.3.3] 2020-10-16
2023
2124### Added
Original file line number Diff line number Diff 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 Topic :: Internet :: WWW/HTTP
2829
2930[options]
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ envlist =
66 py37-django{30,22,21},
77 py36-django{22,21},
88 py35-django{22,21},
9+ py39-django{22,30}
10+ py39-djangomaster,
911 py38-djangomaster,
1012 py37-djangomaster,
1113 py36-djangomaster,
You can’t perform that action at this time.
0 commit comments