Skip to content

Commit b0d9918

Browse files
Rust Saiargalievcodingjoe
Rust Saiargaliev
authored andcommitted
Add Python 3.9 support to test suite
https://docs.python.org/3.9/whatsnew/3.9.html
1 parent f8baa0b commit b0d9918

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- 3.6
3737
- 3.7
3838
- 3.8
39+
- 3.9
3940
django-version:
4041
- 2.2.*
4142
- 3.1.*

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifier =
2323
Programming Language :: Python :: 3.6
2424
Programming Language :: Python :: 3.7
2525
Programming Language :: Python :: 3.8
26+
Programming Language :: Python :: 3.9
2627
Framework :: Django
2728
Framework :: Django :: 2.2
2829
Framework :: Django :: 3.1

0 commit comments

Comments
 (0)