Remove hard-pin on python version in ci

This commit is contained in:
Matthias 2022-10-10 08:03:40 +02:00 committed by GitHub
parent c1dfa837bd
commit 3fcba2fb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
@ -121,7 +121,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
@ -205,7 +205,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
python-version: ["3.8", "3.9", "3.10.6"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3