We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eddbbef + 67af98e commit 683d049Copy full SHA for 683d049
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.2.1 (July TBD, 2020)
2
+* Bug Fixes
3
+ * Relax minimum version `importlib-metadata` to >= 1.6.0 when using Python < 3.8
4
+
5
## 1.2.0 (July 13, 2020)
6
* Bug Fixes
7
* Fixed `typing` module compatibility issue with Python 3.5 prior to 3.5.4
setup.py
@@ -36,7 +36,7 @@
36
INSTALL_REQUIRES = [
37
'attrs >= 16.3.0',
38
'colorama >= 0.3.7',
39
- 'importlib_metadata>=1.7.0;python_version<"3.8"',
+ 'importlib_metadata>=1.6.0;python_version<"3.8"',
40
'pyperclip >= 1.6',
41
'setuptools >= 34.4',
42
'wcwidth >= 0.1.7',
0 commit comments