Skip to content

Commit

Permalink
Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jun 18, 2024
1 parent 121111f commit 096bdf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ line-length = 120
target-version = ["py310", "py311", "py312", "py313"]

[tool.cibuildwheel]
build-frontend = {name="build[uv]", args=["--config-settings=--build-option=--py-limited-api=cp310"]}
build-frontend = "build[uv]"
skip = ["*-win32", "*i686"]

[tool.cibuildwheel.linux]
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
py_limited_api=cp310

0 comments on commit 096bdf8

Please sign in to comment.