Skip to content

Commit 86d49ac

Browse files
committed
Add 3.12 in more places
1 parent 9c7cc04 commit 86d49ac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ make install
2121
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
2222

2323
# Build the wheels
24-
Python="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311"
24+
Python="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312"
2525
for PYVER in $Python; do
2626
# install cython first
2727
/opt/python/$PYVER/bin/pip install cython setuptools-scm

.github/workflows/test_manylinux.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
11+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
1212
include:
1313
- python-version: '3.7'
1414
py-short: '37'
@@ -25,6 +25,9 @@ jobs:
2525
- python-version: '3.11'
2626
py-short: 311
2727
py-short2: 311
28+
- python-version: '3.12'
29+
py-short: 312
30+
py-short2: 312
2831
env:
2932
PYTHON: /opt/python/cp${{ matrix.py-short }}-cp${{ matrix.py-short2 }}/bin/python
3033
steps:

0 commit comments

Comments
 (0)