Skip to content

Commit 9605cfc

Browse files
committed
CICD: Build wheels for Python 3.13
1 parent 0f8b9c6 commit 9605cfc

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
@@ -57,7 +57,7 @@ SDTN_ENABLE_ARCH_FLAGS = true
5757
[tool.cibuildwheel]
5858
archs = ["auto64"]
5959
skip = ["*-win32", "*-manylinux_i686", "*-musllinux_x86_64"]
60-
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
60+
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
6161

6262
# make sure to build generic wheels
6363
environment = {CMAKE_ARGS="-DSDTN_ENABLE_ARCH_FLAGS=OFF -DSDTN_DISABLE_OPENMP=ON"}

0 commit comments

Comments
 (0)