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 c9d45c1 commit 747149bCopy full SHA for 747149b
pyproject.toml
@@ -1,7 +1,8 @@
1
[build-system]
2
requires = [
3
'maturin>=1,<2',
4
- 'typing-extensions==4.6.3',
+ '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
tests/requirements.txt
@@ -9,5 +9,3 @@ pytest-pretty==1.1.1
9
pytest-timeout==2.1.0
10
pydantic==1.10.4;python_version>="3.8"
11
pytz==2022.7.1
12
-typing-extensions >=4.6.0; platform_python_implementation != "PyPy"
13
-typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"
0 commit comments