update python version for lint job

This commit is contained in:
Peter Bieringer
2025-09-26 15:27:03 +02:00
parent 29530ade4e
commit be848d1937

View File

@@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13.0'
- name: Install tox
run: pip install tox
- name: Lint