Skip to content

Commit

Permalink
turn off python 3.13 windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
jplumail committed Sep 30, 2024
1 parent 2274ee3 commit daffc69
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 @@ -18,7 +18,7 @@ homepage = "https://github.com/fraenkel-lab/pcst_fast"
[tool.cibuildwheel]
skip = "pp39* pp*-macosx*"
test-requires = "pytest numpy"
test-skip = "*-musllinux_* *-manylinux_i686 pp39-manylinux_x86_64 pp*-win_amd64 pp*-macosx_x86_64 cp313-win32"
test-skip = "*-musllinux_* *-manylinux_i686 pp39-manylinux_x86_64 pp*-win_amd64 pp*-macosx_x86_64 cp313-win*"
test-command = "pytest {project}/src"
build-verbosity = 1

Expand Down

0 comments on commit daffc69

Please sign in to comment.