Skip to content

Commit f0b98e4

Browse files
joshuadavidthomasnedbat
authored andcommitted
add 3.10 to job matrix
1 parent c4ec069 commit f0b98e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- "3.7"
3737
- "3.8"
3838
- "3.9"
39+
- "3.10"
3940
exclude:
4041
# Windows 2.7 doesn't work because Microsoft removed stuff we needed.
4142
- os: windows-latest

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ envlist =
1919
py37-django{22,32},
2020
py38-django{22,32,tip},
2121
py39-django{22,32,tip},
22+
py310-django{32,tip},
2223
check,pkgcheck,doc
2324

2425
[testenv]
@@ -75,3 +76,4 @@ python =
7576
3.7: py37
7677
3.8: py38
7778
3.9: py39
79+
3.10: py310

0 commit comments

Comments
 (0)