Update python versions in gh actions

This commit is contained in:
2024-08-14 09:58:36 +02:00
parent bc839a80d6
commit 7fbfd3622e

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: [3.8, "3.10"]
python: [3.11, 3.12]
steps:
- uses: actions/checkout@v3