Skip to content

Commit

Permalink
Merge pull request #385 from astrofrog/fix-wheels
Browse files Browse the repository at this point in the history
Skip Python 3.12 wheels
  • Loading branch information
astrofrog committed Sep 7, 2023
2 parents 940983b + be66ca0 commit b7a5287
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"
skip = "cp36-* pp* *-musllinux* cp310-win32 cp312-*"
test-skip = "*-macosx_arm64 *-manylinux_aarch64"

[tool.isort]
Expand Down

0 comments on commit b7a5287

Please sign in to comment.