Skip to content

Commit

Permalink
CICD: Build wheels for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Oct 18, 2024
1 parent 0f8b9c6 commit 9605cfc
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 @@ -57,7 +57,7 @@ SDTN_ENABLE_ARCH_FLAGS = true
[tool.cibuildwheel]
archs = ["auto64"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux_x86_64"]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]

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

0 comments on commit 9605cfc

Please sign in to comment.