CI: Remove Python 3.7 and add 3.13 instead

Python 3.7 seems to be no longer available.
> Error: Version 3.7 with arch x64 not found
This commit is contained in:
Christoph Erhardt 2025-01-11 00:29:48 +01:00
parent 3ee11c71a8
commit 855298261e

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.11, 3.12]
python-version: [3.8, 3.9, 3.11, 3.12, 3.13]
steps:
- name: Checkout code