Try Python 3.12 for CI build as well.

pull/2442/head
Jon Beniston 2025-04-23 09:20:55 +01:00
rodzic c108f5be40
commit 0111ce247b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,9 @@ jobs:
echo github.event_name: ${{ github.event_name }}
echo github.ref: ${{ github.ref }}
echo github.workspace: ${{ github.workspace }}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install basic dependencies on Windows
if: startsWith(matrix.config.os, 'windows')
run: |