Skip to content

Commit 29bed25

Browse files
authored
Added Python 3.9 to test matrix for djangomaster (#884)
* Added Python 3.9 to test matrix for djangomaster * Added Python3.9 support for Django 2.2 and 3.0
1 parent 6dc1ca2 commit 29bed25

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)