Skip to content

Commit

Permalink
CI/CD: Skip python3.13 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Sep 20, 2024
1 parent bc122ee commit 68b021b
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 @@ -144,7 +144,7 @@ isort.required-imports = ["from __future__ import annotations"]

[tool.cibuildwheel]
build = ["*macosx*", "*manylinux_x86_64", "*windows*"]
skip = ["pp*", "cp36-*", "cp37-*"]
skip = ["pp*", "cp36-*", "cp37-*", "cp313-*"]

[tool.cibuildwheel.linux]
archs = ["auto"]
Expand Down

0 comments on commit 68b021b

Please sign in to comment.