Skip to content

Commit

Permalink
Remove high constraint for importlib-metadata (#2020)
Browse files Browse the repository at this point in the history
Github issue #2019
  • Loading branch information
abtreece authored Nov 23, 2020
1 parent 6fab6a8 commit 13c5369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install_requires =
distlib>=0.3.1,<1
filelock>=3.0.0,<4
six>=1.9.0,<2 # keep it >=1.9.0 as it may cause problems on LTS platforms
importlib-metadata>=0.12,<3;python_version<"3.8"
importlib-metadata>=0.12;python_version<"3.8"
importlib-resources>=1.0;python_version<"3.7"
pathlib2>=2.3.3,<3;python_version < '3.4' and sys.platform != 'win32'
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Expand Down

0 comments on commit 13c5369

Please sign in to comment.