Update CI workflows to use 3.12

This commit is contained in:
Matthias
2024-05-18 15:22:46 +02:00
parent 968f74edbd
commit 9ebdbed215
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.12"
- name: Install ccxt - name: Install ccxt
run: pip install ccxt run: pip install ccxt

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.12"
- name: Install pre-commit - name: Install pre-commit