We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081cf31 commit 12073b8Copy full SHA for 12073b8
pyproject.toml
@@ -1,5 +1,9 @@
1
[build-system]
2
-requires = ['maturin>=1,<2', 'typing_extensions']
+requires = [
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"'
6
+]
7
build-backend = 'maturin'
8
9
[project]
@@ -29,7 +33,8 @@ classifiers = [
29
33
'Typing :: Typed',
30
34
]
31
35
dependencies = [
32
- 'typing_extensions; python_version < "3.11.0"'
36
37
38
39
dynamic = [
40
'description',
0 commit comments