We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796409 commit 52173efCopy full SHA for 52173ef
pyproject.toml
@@ -1,8 +1,7 @@
1
[build-system]
2
requires = [
3
'maturin>=1,<2',
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"'
+ 'typing-extensions >=4.6.0,!=4.7.0'
6
]
7
build-backend = 'maturin'
8
@@ -33,8 +32,7 @@ classifiers = [
33
32
'Typing :: Typed',
34
35
dependencies = [
36
37
38
39
dynamic = [
40
'description',
0 commit comments