Skip to content

Commit

Permalink
udpate some wheel requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Dec 3, 2024
1 parent f43bd43 commit 4047660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[build-system]
requires = [
"cffi; implementation_name == 'pypy'",
"cython>=3.1.0a1; implementation_name != 'pypy'",
"cython>=3; implementation_name != 'pypy'",
"cython>=3.1.0a1; implementation_name != 'pypy' and python_version >= '3.11'",
"packaging",
"scikit-build-core>=0.10",
]
Expand All @@ -19,7 +20,7 @@ authors = [
{ name = "Min Ragan-Kelley" },
]
license = { file = "LICENSE.md" }
requires-python = ">=3.8"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -32,6 +33,7 @@ classifiers = [
"Topic :: System :: Networking",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
4 changes: 2 additions & 2 deletions tools/wheel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
abi3audit
cibuildwheel==2.20.*
delvewheel==1.7.2; sys_platform == 'win32'
cibuildwheel==2.22.*
delvewheel==1.9.0; sys_platform == 'win32'

0 comments on commit 4047660

Please sign in to comment.