rm py3.8, add 3.13

This commit is contained in:
Dario Coscia
2025-04-15 14:01:47 +02:00
committed by FilippoOlivo
parent e1863d9318
commit 5fe671b90e
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4