From 6ac8c8018d9e2451b528c54897b5d11b13b21a7b Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 23 Dec 2022 15:04:23 -0500 Subject: [PATCH] Add max version for importlib-metadata. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8abf358..54e44eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,8 @@ dev = flake8==3.9.2 flake8-builtins==1.5.3 # For disallowing shadowing of Python built-ins. flake8-import-order==0.18.1 + # For Python 3.7 compatibility. + importlib-metadata<5 # Typing related. mypy # Formatting.