Skip to content

Commit 61b9f2a

Browse files
authored
Merge pull request #97 from aphedges/lower-min-importlib-metadata-version
Lower minimum required version of `importlib.metadata`
2 parents d55a209 + 4900dbb commit 61b9f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages = find:
1414
python_requires = >=3.7
1515
install_requires =
1616
parsimonious==0.9.0
17-
importlib-metadata>=6.0.0 ; python_version < "3.8"
17+
importlib-metadata>=1.4.0 ; python_version < "3.8"
1818

1919
[options.packages.find]
2020
where = src

0 commit comments

Comments
 (0)