We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8aa41f commit f8e1970Copy full SHA for f8e1970
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- python-version: [3.7, 3.8]
+ python-version: [3.7, 3.8, 3.9]
12
django-version: [2.2, 3.0, 3.1]
13
14
services:
setup.py
@@ -27,5 +27,6 @@
27
'Programming Language :: Python :: 3.6',
28
'Programming Language :: Python :: 3.7',
29
'Programming Language :: Python :: 3.8',
30
+ 'Programming Language :: Python :: 3.9',
31
],
32
)
0 commit comments