Update python version used in test to 3.13

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2025-07-01 13:34:55 +02:00
parent f2280eb330
commit 2f9fa80d7a
No known key found for this signature in database

View File

@ -80,10 +80,10 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Set up Python 3.10 - name: Set up Python
uses: actions/setup-python@v5.6.0 uses: actions/setup-python@v5.6.0
with: with:
python-version: "3.10" python-version: "3.13"
- name: Install wheel - name: Install wheel
run: pip install wheel run: pip install wheel