diff options
author | Usama Sadiq <usama.sadiq@arbisoft.com> | 2020-09-29 20:38:16 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 16:38:16 +0100 |
commit | 471b39f0edd015b8e873695c3cfb893ede36fae6 (patch) | |
tree | 16dc4b4e9a15cf56375620c27ceed20cf1d5c562 /setup.cfg | |
parent | 9120bc77d94ea7efcc77c13249297e2f4b023b89 (diff) | |
download | tox-git-471b39f0edd015b8e873695c3cfb893ede36fae6.tar.gz |
Update constraint for importlib-metadata (#1682)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |