summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-04 23:18:47 -0700
committerBernát Gábor <gaborjbernat@gmail.com>2018-10-05 07:18:47 +0100
commitc185fc63d3e09896679d96d201820838ef1d3519 (patch)
tree00a79ae3bf70c784268a9aa86d87727e3a4d8530
parent384c8d13490f171a7ad99eeedd7fe45021a83d87 (diff)
downloadvirtualenv-c185fc63d3e09896679d96d201820838ef1d3519.tar.gz
Upgrade bundled (#1205)
-rw-r--r--setup.py3
-rw-r--r--virtualenv_support/pip-10.0.1-py2.py3-none-any.whlbin1307639 -> 0 bytes
-rw-r--r--virtualenv_support/pip-18.0-py2.py3-none-any.whlbin0 -> 1307744 bytes
-rw-r--r--virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl (renamed from virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl)bin566761 -> 569620 bytes
4 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5e1f12b..479ecf8 100644
--- a/setup.py
+++ b/setup.py
@@ -108,6 +108,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
],
keywords='setuptools deployment installation distutils',
author='Ian Bicking',
@@ -119,5 +120,5 @@ setup(
py_modules=['virtualenv'],
packages=['virtualenv_support'],
package_data={'virtualenv_support': ['*.whl']},
- python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
**setup_params)
diff --git a/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl b/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl
deleted file mode 100644
index 9837092..0000000
--- a/virtualenv_support/pip-10.0.1-py2.py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/virtualenv_support/pip-18.0-py2.py3-none-any.whl b/virtualenv_support/pip-18.0-py2.py3-none-any.whl
new file mode 100644
index 0000000..1a93cbe
--- /dev/null
+++ b/virtualenv_support/pip-18.0-py2.py3-none-any.whl
Binary files differ
diff --git a/virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl b/virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl
index 9380580..7b1402d 100644
--- a/virtualenv_support/setuptools-39.1.0-py2.py3-none-any.whl
+++ b/virtualenv_support/setuptools-40.4.3-py2.py3-none-any.whl
Binary files differ