From 5cd06e081629714fd69b6abca25f3e1c47ed66e6 Mon Sep 17 00:00:00 2001 From: Avasam Date: Thu, 22 Aug 2024 15:44:58 -0400 Subject: [PATCH] Typo and fix cygwin --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f39165882..5c1650a68b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"', ]