File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33requires = [
44 " setuptools>=61.0.0,!=74.0.0" ,
55 " wheel" ,
6- " cffi>=1.4.1; platform_python_implementation != 'PyPy' and python_version < '3.14 '" ,
7- " cffi>=2.0.0; platform_python_implementation != 'PyPy' and python_version >= '3.14 '" ,
6+ " cffi>=1.4.1; platform_python_implementation != 'PyPy' and python_version < '3.9 '" ,
7+ " cffi>=2.0.0; platform_python_implementation != 'PyPy' and python_version >= '3.9 '" ,
88]
99build-backend = " setuptools.build_meta"
1010
@@ -35,8 +35,8 @@ classifiers = [
3535]
3636requires-python = " >=3.8"
3737dependencies = [
38- " cffi>=1.4.1; platform_python_implementation != 'PyPy' and python_version < '3.14 '" ,
39- " cffi>=2.0.0; platform_python_implementation != 'PyPy' and python_version >= '3.14 '" ,
38+ " cffi>=1.4.1; platform_python_implementation != 'PyPy' and python_version < '3.9 '" ,
39+ " cffi>=2.0.0; platform_python_implementation != 'PyPy' and python_version >= '3.9 '" ,
4040]
4141
4242[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments