We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43bd43 commit 4047660Copy full SHA for 4047660
pyproject.toml
@@ -2,7 +2,8 @@
2
[build-system]
3
requires = [
4
"cffi; implementation_name == 'pypy'",
5
- "cython>=3.1.0a1; implementation_name != 'pypy'",
+ "cython>=3; implementation_name != 'pypy'",
6
+ "cython>=3.1.0a1; implementation_name != 'pypy' and python_version >= '3.11'",
7
"packaging",
8
"scikit-build-core>=0.10",
9
]
@@ -19,7 +20,7 @@ authors = [
19
20
{ name = "Min Ragan-Kelley" },
21
22
license = { file = "LICENSE.md" }
-requires-python = ">=3.8"
23
+requires-python = ">=3.7"
24
classifiers = [
25
"Development Status :: 5 - Production/Stable",
26
"Intended Audience :: Developers",
@@ -32,6 +33,7 @@ classifiers = [
32
33
"Topic :: System :: Networking",
34
"Programming Language :: Python :: 3",
35
"Programming Language :: Python :: 3 :: Only",
36
+ "Programming Language :: Python :: 3.7",
37
"Programming Language :: Python :: 3.8",
38
"Programming Language :: Python :: 3.9",
39
"Programming Language :: Python :: 3.10",
tools/wheel-requirements.txt
@@ -1,3 +1,3 @@
1
abi3audit
-cibuildwheel==2.20.*
-delvewheel==1.7.2; sys_platform == 'win32'
+cibuildwheel==2.22.*
+delvewheel==1.9.0; sys_platform == 'win32'
0 commit comments