Use string for Python 3.10

This commit is contained in:
Dirkjan Ochtman 2022-09-13 12:19:43 +02:00
parent f1ee97de0f
commit cb4ded8f51
1 changed files with 1 additions and 1 deletions

View File

@ -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, 3.10] python: [3.7, 3.8, 3.9, "3.10"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
environment: "Publish wheels" environment: "Publish wheels"