summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:17:38 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-06-01 21:17:38 +0100
commitf3066f642f7a3bedf9d8bf0fa416a872df0b3890 (patch)
treefc044802711ceb3def7c7c56f8fd8aaa96b6180c /ez_setup.py
parent9d9c791db4bb993c62b875ac35bfae90e2532b0c (diff)
downloadpython-setuptools-bitbucket-f3066f642f7a3bedf9d8bf0fa416a872df0b3890.tar.gz
Bumped to 3.9 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 a78067fe..f191b954 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "3.8"
+DEFAULT_VERSION = "3.9"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args):