Skip to content

Commit 52173ef

Browse files
authored
Simplify typing_extensions pin (#728)
1 parent 3796409 commit 52173ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
'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"'
4+
'typing-extensions >=4.6.0,!=4.7.0'
65
]
76
build-backend = 'maturin'
87

@@ -33,8 +32,7 @@ classifiers = [
3332
'Typing :: Typed',
3433
]
3534
dependencies = [
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"'
35+
'typing-extensions >=4.6.0,!=4.7.0'
3836
]
3937
dynamic = [
4038
'description',

0 commit comments

Comments
 (0)