Add python 3.10 to github actions
This commit is contained in:
parent
5f57509568
commit
7094a0c677
2
.github/workflows/dist.yml
vendored
2
.github/workflows/dist.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-18.04]
|
||||
python_version: [3.6, 3.7, 3.8, 3.9]
|
||||
python_version: [3.6, 3.7, 3.8, 3.9, "3.10"]
|
||||
architecture: [x86, x64]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user