Update Python versions in GitHub workflows

This commit is contained in:
2024-12-22 22:00:26 +01:00
parent 2695358d9b
commit e3ae18a4bd

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.12', '3.13']
steps:
- uses: actions/checkout@v3