Add Python 3.10 to publish workflow

This commit is contained in:
Dirkjan Ochtman 2022-09-13 11:46:28 +02:00
parent a5deae92ca
commit f1ee97de0f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
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 }}
environment: "Publish wheels"