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 9, 2025
1 parent f2f1c20 commit 45e56b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynamic = ["version"]
keywords = ["pyrap", "casacore", "utilities", "astronomy"]
license = {file = "LICENSE"}
readme = {file = "README.rst", content-type = "text/x-rst"}
requires-python = ">=3.7"
requires-python = ">=3.8"
authors = [
{name = "Malte Marquarding", email = "[email protected]"},
{name = "Ger van Diepen", email = "[email protected]"},
Expand Down 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{8,9,10,11,12,13}-*_x86_64"
build-verbosity = 1
environment = """ \
CXXFLAGS="-I/usr/include/cfitsio" \
Expand All @@ -68,10 +68,6 @@ repair-wheel-command = """\
[tool.cibuildwheel.linux]
skip = ["*-musllinux_*"]

[[tool.cibuildwheel.overrides]]
select="cp37-*"
manylinux-x86_64-image = "quay.io/casacore/casacore:py37_master"

[[tool.cibuildwheel.overrides]]
select="cp38-*"
manylinux-x86_64-image = "quay.io/casacore/casacore:py38_master"
Expand All @@ -92,6 +88,10 @@ manylinux-x86_64-image = "quay.io/casacore/casacore:py311_master"
select="cp312-*"
manylinux-x86_64-image = "quay.io/casacore/casacore:py312_master"

[[tool.cibuildwheel.overrides]]
select="cp313-*"
manylinux-x86_64-image = "quay.io/casacore/casacore:py313_master"


#########################
# scikit-build settings #
Expand Down

0 comments on commit 45e56b5

Please sign in to comment.