1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-28 13:12:24 -04:00

Try Python 3.12 for CI build as well.

This commit is contained in:
Jon Beniston 2025-04-23 09:20:55 +01:00
parent c108f5be40
commit 0111ce247b

View File

@ -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: |