Skip to content

Commit

Permalink
Add 3.12 in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Mar 9, 2024
1 parent 9c7cc04 commit 86d49ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/

# Build the wheels
Python="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311"
Python="cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312"
for PYVER in $Python; do
# install cython first
/opt/python/$PYVER/bin/pip install cython setuptools-scm
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test_manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- python-version: '3.7'
py-short: '37'
Expand All @@ -25,6 +25,9 @@ jobs:
- python-version: '3.11'
py-short: 311
py-short2: 311
- python-version: '3.12'
py-short: 312
py-short2: 312
env:
PYTHON: /opt/python/cp${{ matrix.py-short }}-cp${{ matrix.py-short2 }}/bin/python
steps:
Expand Down

0 comments on commit 86d49ac

Please sign in to comment.