summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom Smith <thom@thomthesmith.com>2021-09-02 16:47:31 -0400
committerTina Müller <cpan2@tinita.de>2021-09-22 15:52:05 +0200
commit00be495c7890efa7a34b69ad526637fe9b587b40 (patch)
tree64787d6a2b635548d3c9e0708d26a4123c875d48
parentf5bd5607ef1df4447f4795644f1839a7d1c78587 (diff)
downloadpyyaml-git-00be495c7890efa7a34b69ad526637fe9b587b40.tar.gz
Simplify python_requires
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9c589aa..a9b5d90 100644
--- a/setup.py
+++ b/setup.py
@@ -287,5 +287,5 @@ if __name__ == '__main__':
distclass=Distribution,
cmdclass=cmdclass,
- python_requires='!=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
+ python_requires='>=3.6',
)