diff --git a/pyproject.toml b/pyproject.toml index 8988944d..f72e3d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ requires = [ "cython >= 3.0.10", "requests >= 2.26.0", "sip == 6.12.0", - "typing-extensions", + "typing-extensions; python_version < '3.11'", ] build-backend = "setuptools.build_meta"