diff options
author | Hugo <hugovk@users.noreply.github.com> | 2018-04-26 18:06:09 +0300 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2018-05-24 14:32:31 -0400 |
commit | 7392f01ffced3acfdef25b0b2d55cefdc6ee468a (patch) | |
tree | af16caf760ae204ba437d0aa7a6b862fc85bb0b2 /setuptools/monkey.py | |
parent | e078d78a439591fd7028cf80ca0b7c12ae013d4d (diff) | |
download | external_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.tar.gz external_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.tar.bz2 external_python_setuptools-7392f01ffced3acfdef25b0b2d55cefdc6ee468a.zip |
Drop support for EOL Python 3.3
Diffstat (limited to 'setuptools/monkey.py')
-rw-r--r-- | setuptools/monkey.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/monkey.py b/setuptools/monkey.py index 08ed50d9..05a738b0 100644 --- a/setuptools/monkey.py +++ b/setuptools/monkey.py @@ -75,8 +75,6 @@ def patch_all(): needs_warehouse = ( sys.version_info < (2, 7, 13) or - (3, 0) < sys.version_info < (3, 3, 7) - or (3, 4) < sys.version_info < (3, 4, 6) or (3, 5) < sys.version_info <= (3, 5, 3) |