mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 15:29:05 +00:00
Use string for Python 3.10
This commit is contained in:
parent
f1ee97de0f
commit
cb4ded8f51
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
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 }}
|
||||
environment: "Publish wheels"
|
||||
|
Loading…
Reference in New Issue
Block a user