Skip to content

Commit

Permalink
Update constraint for importlib-metadata (#1682)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 29, 2020
1 parent 9120bc7 commit 471b39f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Sviatoslav Sydorenko
Thomas Grainger
Tim Laurence
Tyagraj Desigar
Usama Sadiq
Ville Skyttä
Xander Johnson
anatoly techtonik
1 change: 1 addition & 0 deletions docs/changelog/1682.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Relax importlib requirement to allow version<3 - by :user:`usamasadiq`
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 =
toml>=0.9.4
virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0
colorama>=0.4.1 ;platform_system=="Windows"
importlib-metadata>=0.12,<2;python_version<"3.8"
importlib-metadata>=0.12,<3;python_version<"3.8"
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*

[options.entry_points]
Expand Down

0 comments on commit 471b39f

Please sign in to comment.