Update main.yaml
3.10 seems to be parsed as 3.1, remove it for now.
This commit is contained in:
parent
beca2d6e87
commit
a34abe325a
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
|
||||
python-version: [3.7, 3.8, 3.9, 3.11, 3.12]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Reference in New Issue