commit | 00be495c7890efa7a34b69ad526637fe9b587b40 | [log] [tgz] |
---|---|---|
author | Thom Smith <thom@thomthesmith.com> | Thu Sep 02 16:47:31 2021 -0400 |
committer | Tina Müller <cpan2@tinita.de> | Wed Sep 22 15:52:05 2021 +0200 |
tree | 64787d6a2b635548d3c9e0708d26a4123c875d48 | |
parent | f5bd5607ef1df4447f4795644f1839a7d1c78587 [diff] |
Simplify python_requires
diff --git a/setup.py b/setup.py index 9c589aa..a9b5d90 100644 --- a/setup.py +++ b/setup.py
@@ -287,5 +287,5 @@ distclass=Distribution, cmdclass=cmdclass, - python_requires='!=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*', + python_requires='>=3.6', )