Skip to content

Commit 4fc9436

Browse files
committed
Only build wheel for Python 3.12
1 parent 9ec8d61 commit 4fc9436

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
@@ -51,7 +51,7 @@ Homepage = "https://github.com/casacore/python-casacore"
5151
#########################
5252

5353
[tool.cibuildwheel]
54-
build = "cp313-*_x86_64"
54+
build = "cp312-*_x86_64"
5555
build-verbosity = 1
5656
environment = """ \
5757
CXXFLAGS="-I/usr/include/cfitsio" \

0 commit comments

Comments
 (0)