Skip to content

Commit

Permalink
eliminate cibuildwheel 2.22.0 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Nov 30, 2024
1 parent b4e7011 commit c90c252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ CMAKE_DISABLE_FIND_PACKAGE_Sphinx = true
CMAKE_REQUIRE_FIND_PACKAGE_pybind11 = true

[tool.cibuildwheel]
free-threaded-support = true
enable = [
'cpython-freethreading',
'pypy',
]
test-requires = [
"Pillow>=11.0.0",
"pytest",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autopep8>=2.0.2
cibuildwheel>=2.21.3
cibuildwheel>=2.22.0
coverage>=7.6.4
flake8>=6.0.0
gcovr==8.2.0
Expand Down

0 comments on commit c90c252

Please sign in to comment.