Skip to content

Commit

Permalink
Typo and fix cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 22, 2024
1 parent c47a46c commit 5cd06e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ type = [
# until types-setuptools is removed from typeshed.
# For help with static-typing issues, or mypy update, ping @Avasam
"mypy==1.11.*",
# Typing fixes in version newer than re require at runtime
# Typing fixes in version newer than we require at runtime
"importlib_metadata>=7.0.2; python_version < '3.10'",
# Imported unconditionally in tools/finalize.py
"jaraco.develop >= 7.21",
'jaraco.develop >= 7.21; sys_platform != "cygwin"',
]


Expand Down

0 comments on commit 5cd06e0

Please sign in to comment.