chore: bump python version to 3.13.9 (#767)

This commit is contained in:
Bobby Noelte
2025-11-16 13:25:45 +01:00
committed by GitHub
parent 7bf9dd723e
commit bad99fc62d
5 changed files with 15 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13.9"
- name: Install dependencies
run: |