Add Python 3.10 to publish workflow
This commit is contained in:
parent
a5deae92ca
commit
f1ee97de0f
|
@ -10,7 +10,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
python: [3.7, 3.8, 3.9]
|
python: [3.7, 3.8, 3.9, 3.10]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
environment: "Publish wheels"
|
environment: "Publish wheels"
|
||||||
|
|
Loading…
Reference in New Issue