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 c4ec069 commit f0b98e4Copy full SHA for f0b98e4
.github/workflows/tests.yml
@@ -36,6 +36,7 @@ jobs:
36
- "3.7"
37
- "3.8"
38
- "3.9"
39
+ - "3.10"
40
exclude:
41
# Windows 2.7 doesn't work because Microsoft removed stuff we needed.
42
- os: windows-latest
tox.ini
@@ -19,6 +19,7 @@ envlist =
19
py37-django{22,32},
20
py38-django{22,32,tip},
21
py39-django{22,32,tip},
22
+ py310-django{32,tip},
23
check,pkgcheck,doc
24
25
[testenv]
@@ -75,3 +76,4 @@ python =
75
76
3.7: py37
77
3.8: py38
78
3.9: py39
79
+ 3.10: py310
0 commit comments