Skip to content

Commit 10c21ab

Browse files
author
Snowy
committed
CI: Switch to Python 3.11
Nuitka does not support 3.12 at the time of this commit
1 parent 56eec32 commit 10c21ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
- name: Build Panda
1919
shell: powershell
2020
run: |
21-
.\thirdparty\win-python3.12-x64\python.exe makepanda\makepanda.py --installer --wheel --optimize 3 --everything --msvc-version=14.3 --windows-sdk=10 --threads=4
21+
.\thirdparty\win-python3.11-x64\python.exe makepanda\makepanda.py --installer --wheel --optimize 3 --everything --msvc-version=14.3 --windows-sdk=10 --threads=4
2222
2323
- name: "Upload Installer"
2424
uses: actions/upload-artifact@v4
2525
with:
2626
name: "panda3d-windows-installer"
27-
path: "Panda3D-1.11.0-py3.12-x64.exe"
27+
path: "Panda3D-1.11.0-py3.11-x64.exe"
2828
if-no-files-found: "error"
2929

3030
- name: "Upload Wheel"
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: "panda3d-windows-wheel"
34-
path: "panda3d-1.11.0-cp312-cp312-win_amd64.whl"
34+
path: "panda3d-1.11.0-cp311-cp311-win_amd64.whl"
3535
if-no-files-found: "error"

0 commit comments

Comments
 (0)