Skip to content

Commit

Permalink
build wheels for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Nov 4, 2024
1 parent 35e7a2f commit 752c0cb
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 @@ -19,7 +19,7 @@ test-requires = "pytest"
test-command = "pytest {project}/test"
build-frontend = "build"
archs = ["auto64"] # only build for 64bit architectures
skip = ["pp*", "*_ppc64le", "*-musllinux*", "*_s390x", "cp313*"] # skip pypy and irrelevant architectures
skip = ["pp*", "*_ppc64le", "*-musllinux*", "*_s390x"] # skip pypy and irrelevant architectures

[tool.ruff]
target-version = "py39"
Expand Down

0 comments on commit 752c0cb

Please sign in to comment.