mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Remove support for EOL Python 3.5
This commit is contained in:
parent
f77813836d
commit
7ae3908c5d
31
.github/workflows/ci.yml
vendored
31
.github/workflows/ci.yml
vendored
@ -182,37 +182,6 @@ jobs:
|
|||||||
run: cmake --build . --config ${{ matrix.config }} --parallel 4
|
run: cmake --build . --config ${{ matrix.config }} --parallel 4
|
||||||
# END A
|
# END A
|
||||||
|
|
||||||
- name: Setup Python (Python 3.5)
|
|
||||||
if: contains(matrix.python, 'YES')
|
|
||||||
uses: actions/setup-python@v1
|
|
||||||
with:
|
|
||||||
python-version: 3.5
|
|
||||||
- name: Configure (Python 3.5)
|
|
||||||
if: contains(matrix.python, 'YES')
|
|
||||||
working-directory: build
|
|
||||||
shell: bash
|
|
||||||
run: >
|
|
||||||
cmake -DWANT_PYTHON_VERSION=3.5
|
|
||||||
-DPython_FIND_REGISTRY=NEVER -DPython_ROOT=$pythonLocation .
|
|
||||||
- name: Build (Python 3.5)
|
|
||||||
if: contains(matrix.python, 'YES')
|
|
||||||
# BEGIN A
|
|
||||||
working-directory: build
|
|
||||||
run: cmake --build . --config ${{ matrix.config }} --parallel 4
|
|
||||||
# END A
|
|
||||||
- name: Test (Python 3.5)
|
|
||||||
# BEGIN B
|
|
||||||
if: contains(matrix.python, 'YES')
|
|
||||||
working-directory: build
|
|
||||||
shell: bash
|
|
||||||
env:
|
|
||||||
PYTHONPATH: ${{ matrix.config }}
|
|
||||||
run: |
|
|
||||||
PYTHON_EXECUTABLE=$(grep 'Python_EXECUTABLE:' CMakeCache.txt | sed 's/.*=//')
|
|
||||||
$PYTHON_EXECUTABLE -m pip install pytest
|
|
||||||
$PYTHON_EXECUTABLE -m pytest ../tests
|
|
||||||
# END B
|
|
||||||
|
|
||||||
- name: Setup Python (Python 3.6)
|
- name: Setup Python (Python 3.6)
|
||||||
if: contains(matrix.python, 'YES')
|
if: contains(matrix.python, 'YES')
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
@ -14,7 +14,6 @@ classifiers =
|
|||||||
Programming Language :: C++
|
Programming Language :: C++
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user