mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
workflow: Disable Python 3.7 CI, enable Python 3.12 CI
This commit is contained in:
parent
225b577ccd
commit
7f0eafcc27
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
@ -32,6 +32,20 @@ jobs:
|
|||||||
rmdir panda3d-1.10.13
|
rmdir panda3d-1.10.13
|
||||||
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
(cd thirdparty/darwin-libs-a && rm -rf rocket)
|
||||||
|
|
||||||
|
- name: Set up Python 3.12
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.12'
|
||||||
|
- name: Build Python 3.12
|
||||||
|
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.12
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
python -m pip install pytest
|
||||||
|
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
||||||
|
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@ -88,20 +102,6 @@ jobs:
|
|||||||
python -m pip install pytest
|
python -m pip install pytest
|
||||||
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
||||||
|
|
||||||
- name: Set up Python 3.7
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.7'
|
|
||||||
- name: Build Python 3.7
|
|
||||||
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.7
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
python -m pip install pytest
|
|
||||||
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
|
||||||
|
|
||||||
- name: Make installer
|
- name: Make installer
|
||||||
run: |
|
run: |
|
||||||
python makepanda/makepackage.py --verbose --lzma
|
python makepanda/makepackage.py --verbose --lzma
|
||||||
|
Loading…
x
Reference in New Issue
Block a user