Skip to content

Commit 4c93ea5

Browse files
committed
Try again
1 parent 83c860f commit 4c93ea5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
requires = [
33
'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"',
5+
'typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"'
66
]
77
build-backend = 'maturin'
88

@@ -33,8 +33,8 @@ classifiers = [
3333
'Typing :: Typed',
3434
]
3535
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"',
37+
'typing-extensions >=4.6.0,<4.7.0; platform_python_implementation == "PyPy"'
3838
]
3939
dynamic = [
4040
'description',

tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ pytest-pretty==1.1.1
99
pytest-timeout==2.1.0
1010
pydantic==1.10.4;python_version>="3.8"
1111
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

Comments
 (0)