Skip to content

Commit

Permalink
Add CI for Python 3.11 and 3.12
Browse files Browse the repository at this point in the history
cibuildwheel update to support python 3.12.
  • Loading branch information
AlexanderWells-diamond committed Apr 24, 2024
1 parent 11ba85f commit bc30662
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python: [cp37, cp38, cp39, cp310]
python: [cp37, cp38, cp39, cp310, cp311, cp312]

include:
# Put coverage and results files in the project directory for mac
Expand Down Expand Up @@ -87,8 +87,7 @@ jobs:
python-version: "3.7"

- name: Install Python Dependencies
# Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962
run: pip install build cibuildwheel>=2.3.1
run: pip install build cibuildwheel>=2.16.2

- name: Build Wheel
run: cibuildwheel --output-dir dist
Expand Down Expand Up @@ -131,7 +130,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python: [cp37, cp38, cp39, cp310]
python: [cp37, cp38, cp39, cp310, cp311, cp312]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bc30662

Please sign in to comment.