workflow: No longer skip Python 3.13 builds on Windows

This commit is contained in:
rdb 2024-11-07 16:20:49 +01:00
parent e199f25b4d
commit 9dbd20d7bd
1 changed files with 0 additions and 3 deletions

View File

@ -33,17 +33,14 @@ 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