Skip to content

Commit

Permalink
Add tests and wheels for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Jan 9, 2024
1 parent 1cae589 commit 79daac3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [ '3.10' ]
python-version: [ '3.11' ]
include:
- os: ubuntu-latest
python-version: '3.11'
python-version: '3.12'
- os: ubuntu-latest
python-version: '3.10'
- os: ubuntu-latest
python-version: 3.9
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: "cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down

0 comments on commit 79daac3

Please sign in to comment.