build(deps): use Python 3.13.15 in CI

This commit is contained in:
Normann
2026-08-21 00:57:20 +02:00
parent 63e5980c2c
commit e1cf1c1285
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v7 uses: actions/setup-python@v7
with: with:
python-version: "3.13.9" python-version: "3.13.15"
- name: Install uv - name: Install uv
run: | run: |