Skip to content

Commit b7a5287

Browse files
authored
Merge pull request #385 from astrofrog/fix-wheels
Skip Python 3.12 wheels
2 parents 940983b + be66ca0 commit b7a5287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = 'setuptools.build_meta'
1111
write_to = "reproject/version.py"
1212

1313
[tool.cibuildwheel]
14-
skip = "cp36-* pp* *-musllinux* cp310-win32"
14+
skip = "cp36-* pp* *-musllinux* cp310-win32 cp312-*"
1515
test-skip = "*-macosx_arm64 *-manylinux_aarch64"
1616

1717
[tool.isort]

0 commit comments

Comments
 (0)