Skip to content

Commit

Permalink
Skip testing wheels on Python 3.12 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 7, 2023
1 parent 43f182a commit f1c03b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ requires = [
"numpy>=1.26.0b1; python_version>='3.12'"
]
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
skip = "cp312-*"

0 comments on commit f1c03b6

Please sign in to comment.