Skip to content

Commit a3b2a56

Browse files
authored
Merge pull request #405 from astrofrog/py312-wheels
Enable Python 3.12 wheel building
2 parents 124a9cd + 44ac42e commit a3b2a56

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 cp312-*"
14+
skip = "cp36-* pp* *-musllinux*"
1515
test-skip = "*-macosx_arm64 *-manylinux_aarch64"
1616

1717
[tool.isort]

0 commit comments

Comments
 (0)