workflow: Skip Windows builds for Python 3.13 for now

This commit is contained in:
rdb 2024-10-30 12:53:54 +01:00
parent f9a5445d42
commit 10da05e2a6
1 changed files with 3 additions and 0 deletions

View File

@ -33,14 +33,17 @@ jobs:
(cd thirdparty/darwin-libs-a && rm -rf rocket)
- name: Set up Python 3.13
if: runner.os != 'Windows'
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Build Python 3.13
if: runner.os != 'Windows'
shell: bash
run: |
python makepanda/makepanda.py --git-commit=${{github.sha}} --outputdir=built --everything --no-eigen --python-incdir="$pythonLocation/include" --python-libdir="$pythonLocation/lib" --verbose --threads=4 --windows-sdk=10
- name: Test Python 3.13
if: runner.os != 'Windows'
shell: bash
run: |
python -m pip install pytest setuptools