Skip to content

Commit

Permalink
Updated importlib-metadata constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 29, 2020
1 parent 4bcf20e commit 6a8c3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/1953.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 @@ -43,7 +43,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,<2;python_version<"3.8"
importlib-metadata>=0.12,<3;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 6a8c3d1

Please sign in to comment.