Skip to content

Commit b4c4625

Browse files
kammalagaborbernat
authored andcommitted
use latest version of importlib_metadata (#1472)
1 parent 9ee972e commit b4c4625

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/1472.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use latest version of importlib_metadata package - by :user:`kammala`

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers =
3838
packages = find:
3939
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
4040
install_requires =
41-
importlib-metadata >= 0.12, <1;python_version<"3.8"
41+
importlib-metadata >= 1.1.0, <2;python_version<"3.8"
4242
packaging >= 14
4343
pluggy >= 0.12.0, <1
4444
py >= 1.4.17, <2

0 commit comments

Comments
 (0)