Skip to content

Commit

Permalink
Disable cibuildwheel builds for free-threaded Python
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 25, 2024
1 parent 4eaaa50 commit 16045f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ build-frontend = { name = "pip", args = ["--no-build-isolation"] }
build-verbosity = 1
test-command = "python -m unittest pyhmmer.tests -v"
test-requires = "importlib-resources"
free-threaded-support = false

[tool.coverage.report]
include = ["src/pyhmmer/*"]
Expand Down

0 comments on commit 16045f5

Please sign in to comment.