Skip to content

Commit f168963

Browse files
authored
Remove upper bound on importlib-resources (2.0 works) (#1851)
1 parent 5addca7 commit f168963

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
@@ -45,7 +45,7 @@ install_requires =
4545
six>=1.9.0,<2 # keep it >=1.9.0 as it may cause problems on LTS platforms
4646
contextlib2>=0.6.0,<1;python_version<"3.3"
4747
importlib-metadata>=0.12,<2;python_version<"3.8"
48-
importlib-resources>=1.0,<2;python_version<"3.7"
48+
importlib-resources>=1.0;python_version<"3.7"
4949
pathlib2>=2.3.3,<3;python_version < '3.4' and sys.platform != 'win32'
5050
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
5151
package_dir =

0 commit comments

Comments
 (0)