We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8baa0b commit b0d9918Copy full SHA for b0d9918
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
- 3.6
37
- 3.7
38
- 3.8
39
+ - 3.9
40
django-version:
41
- 2.2.*
42
- 3.1.*
setup.cfg
@@ -23,6 +23,7 @@ classifier =
23
Programming Language :: Python :: 3.6
24
Programming Language :: Python :: 3.7
25
Programming Language :: Python :: 3.8
26
+ Programming Language :: Python :: 3.9
27
Framework :: Django
28
Framework :: Django :: 2.2
29
Framework :: Django :: 3.1
0 commit comments