Skip to content

Commit 4047660

Browse files
committed
udpate some wheel requirements
1 parent f43bd43 commit 4047660

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
[build-system]
33
requires = [
44
"cffi; implementation_name == 'pypy'",
5-
"cython>=3.1.0a1; implementation_name != 'pypy'",
5+
"cython>=3; implementation_name != 'pypy'",
6+
"cython>=3.1.0a1; implementation_name != 'pypy' and python_version >= '3.11'",
67
"packaging",
78
"scikit-build-core>=0.10",
89
]
@@ -19,7 +20,7 @@ authors = [
1920
{ name = "Min Ragan-Kelley" },
2021
]
2122
license = { file = "LICENSE.md" }
22-
requires-python = ">=3.8"
23+
requires-python = ">=3.7"
2324
classifiers = [
2425
"Development Status :: 5 - Production/Stable",
2526
"Intended Audience :: Developers",
@@ -32,6 +33,7 @@ classifiers = [
3233
"Topic :: System :: Networking",
3334
"Programming Language :: Python :: 3",
3435
"Programming Language :: Python :: 3 :: Only",
36+
"Programming Language :: Python :: 3.7",
3537
"Programming Language :: Python :: 3.8",
3638
"Programming Language :: Python :: 3.9",
3739
"Programming Language :: Python :: 3.10",

tools/wheel-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
abi3audit
2-
cibuildwheel==2.20.*
3-
delvewheel==1.7.2; sys_platform == 'win32'
2+
cibuildwheel==2.22.*
3+
delvewheel==1.9.0; sys_platform == 'win32'

0 commit comments

Comments
 (0)