Update main.yaml

3.10 seems to be parsed as 3.1, remove it for now.
This commit is contained in:
Philip Wellnitz 2024-02-28 16:35:37 +09:00 committed by GitHub
parent beca2d6e87
commit a34abe325a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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