diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:00:56 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-06-01 21:00:56 +0100 |
commit | 59250e087670a1f2120df1446a730745db33f72b (patch) | |
tree | 4b2043ce0e10811199456c9b91f1ed155559bf88 /ez_setup.py | |
parent | 157e93313e5d521bc881c7c485496c2cc5dfcb72 (diff) | |
download | python-setuptools-bitbucket-59250e087670a1f2120df1446a730745db33f72b.tar.gz |
Bumped to 3.8 in preparation for next release.
Diffstat (limited to 'ez_setup.py')
-rw-r--r-- | ez_setup.py | 2 |
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): |