Update main.yaml

Update supported python versions.
This commit is contained in:
Philip Wellnitz 2024-02-28 16:33:59 +09:00 committed by GitHub
parent c04a8dd5a1
commit beca2d6e87
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: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
steps:
- name: Checkout code