Skip to content

Commit

Permalink
Merge pull request #405 from astrofrog/py312-wheels
Browse files Browse the repository at this point in the history
Enable Python 3.12 wheel building
  • Loading branch information
astrofrog committed Oct 24, 2023
2 parents 124a9cd + 44ac42e commit a3b2a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = 'setuptools.build_meta'
write_to = "reproject/version.py"

[tool.cibuildwheel]
skip = "cp36-* pp* *-musllinux* cp310-win32 cp312-*"
skip = "cp36-* pp* *-musllinux*"
test-skip = "*-macosx_arm64 *-manylinux_aarch64"

[tool.isort]
Expand Down

0 comments on commit a3b2a56

Please sign in to comment.