Add 3.10-dev

This commit is contained in:
Jonathan Kim 2021-07-16 21:01:16 +01:00
parent 6118b17340
commit 0fb72f98ed
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
steps:
- uses: actions/checkout@v2

View File

@ -8,7 +8,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.10-dev: py310
[testenv]
passenv = *