ci: add usage of Python version 3.13

This commit is contained in:
Felix Seifert 2024-10-09 15:09:08 +02:00
parent 19dfb7b659
commit ec7d9fbc17
No known key found for this signature in database
GPG key ID: 2E471A4DD655C2D2
2 changed files with 17 additions and 9 deletions

View file

@ -64,6 +64,13 @@ jobs:
- name: Verify 3.12.4
run: python __tests__/verify-python.py 3.12.4
- name: Run with setup-python 3.13.0
uses: ./
with:
python-version: 3.13.0
- name: Verify 3.13.0
run: python __tests__/verify-python.py 3.13.0
- name: Run with setup-python 3.10
id: cp310
uses: ./