aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:00:56 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:00:56 +0100
commit846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb (patch)
treea4d54c920cfa05dd5a0c6c06dd836f0df1017a1c /ez_setup.py
parentfb44c46001e32f50747eb6135c9fa911e4aac388 (diff)
downloadexternal_python_setuptools-846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb.tar.gz
external_python_setuptools-846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb.tar.bz2
external_python_setuptools-846b29f32fb8bbeda4d4a06a4da35bebc3f41cbb.zip
Bumped to 3.8 in preparation for next release.
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 1f2468f9..a78067fe 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.7"
+DEFAULT_VERSION = "3.8"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):