Skip to content

Commit

Permalink
Add python 3.13 to cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
tammojan committed Jan 8, 2025
1 parent f2f1c20 commit 3f4a223
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 @@ -51,7 +51,7 @@ Homepage = "https://github.com/casacore/python-casacore"
#########################

[tool.cibuildwheel]
build = "cp3{7,8,9,10,11,12}-*_x86_64"
build = "cp3{7,8,9,10,11,12,13}-*_x86_64"
build-verbosity = 1
environment = """ \
CXXFLAGS="-I/usr/include/cfitsio" \
Expand Down

0 comments on commit 3f4a223

Please sign in to comment.