Skip to content

Commit c185fc6

Browse files
asottilegaborbernat
authored andcommitted
Upgrade bundled (#1205)
1 parent 384c8d1 commit c185fc6

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def get_version():
108108
'Programming Language :: Python :: 3.4',
109109
'Programming Language :: Python :: 3.5',
110110
'Programming Language :: Python :: 3.6',
111+
'Programming Language :: Python :: 3.7',
111112
],
112113
keywords='setuptools deployment installation distutils',
113114
author='Ian Bicking',
@@ -119,5 +120,5 @@ def get_version():
119120
py_modules=['virtualenv'],
120121
packages=['virtualenv_support'],
121122
package_data={'virtualenv_support': ['*.whl']},
122-
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
123+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
123124
**setup_params)
Binary file not shown.
1.25 MB
Binary file not shown.

0 commit comments

Comments
 (0)