Skip to content

Commit

Permalink
Added configuration to pyproject.toml to set PIP_PRE=1 on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 8, 2023
1 parent 6b3b642 commit da319b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ requires = [
build-backend = 'setuptools.build_meta'

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

[[tool.cibuildwheel.overrides]]
select = "cp312-*"
environment = "PIP_PRE=1"

0 comments on commit da319b5

Please sign in to comment.