Skip to content

Commit

Permalink
add 3.11, 3.12 build (#119)
Browse files Browse the repository at this point in the history
* add 3.11, 3.12 build

* use new workflow
  • Loading branch information
LeoQuote authored Oct 23, 2023
1 parent 20e4769 commit 4b8ac6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Build a source tarball
run: python setup.py sdist
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
build-requirements: 'cython'
run: python -m cibuildwheel --output-dir wheelhouse
- name: Clean linux_x86_64.whl
run: rm dist/*-linux_x86_64.whl
- name: Check build result
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ["3.7", "3.8", "3.9", "3.10"]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]
compiler: ["gcc", "clang"]
build_type: ["Debug", "Release"]

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pyver: ["3.7", "3.8", "3.9", "3.10"]
pyver: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4b8ac6b

Please sign in to comment.