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 1
1
[build-system ]
2
2
requires = [
3
3
' maturin>=1,<2' ,
4
- ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy"' ,
5
- ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"'
4
+ ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy" or python_version >= "3.9" ' ,
5
+ ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy" and python_version < "3.9" '
6
6
]
7
7
build-backend = ' maturin'
8
8
@@ -33,8 +33,8 @@ classifiers = [
33
33
' Typing :: Typed' ,
34
34
]
35
35
dependencies = [
36
- ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy"' ,
37
- ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"'
36
+ ' typing-extensions >=4.6.0; platform_python_implementation != "PyPy" or python_version >= "3.9" ' ,
37
+ ' typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy" and python_version < "3.9" '
38
38
]
39
39
dynamic = [
40
40
' description' ,
You can’t perform that action at this time.
0 commit comments