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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest, ubuntu-18.04]
|
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]
|
architecture: [x86, x64]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user