Use Python 3.12 for nightly builds

This commit is contained in:
Florian Bruhin 2024-12-06 20:39:58 +01:00
parent 5cb14d4d4b
commit 3dce208237
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install -U pip