Skip to content

Commit f8e1970

Browse files
committed
Run tests on python 3.9
1 parent f8aa41f commit f8e1970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8]
11+
python-version: [3.7, 3.8, 3.9]
1212
django-version: [2.2, 3.0, 3.1]
1313

1414
services:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
'Programming Language :: Python :: 3.6',
2828
'Programming Language :: Python :: 3.7',
2929
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
3031
],
3132
)

0 commit comments

Comments
 (0)