Skip to content

Commit

Permalink
MNT: Pin pre-release numpy for cp312 [build wheels]
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 2, 2023
1 parent 7a0e097 commit 8018c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- [ubuntu-20.04, musllinux_x86_64]
- [macos-12, macosx_*]
- [windows-2019, win_amd64]
python: ["cp38", "cp39", "cp310", "cp311"]
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
include:
# Manylinux builds are cheap, do all in one
- { buildplat: ["ubuntu-20.04", "manylinux_x86_64"], python: "*" }
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[build-system]
requires = [
"setuptools",
# Beta release for testing 3.12 builds
"numpy==1.26.0b1; python_version > '3.11'",
# Numpy 1.25 allows back-compiling and supports 3.9
"numpy==1.25; python_version >= '3.9'",
# Last version to support 3.6-3.8
Expand Down

0 comments on commit 8018c92

Please sign in to comment.