Skip to content

Commit 6b0c02a

Browse files
author
ddraganov
committed
Set Python 2 support to 2.7.9+
Since vSphere 8.0 there is a minimum Python 2 requirement to 2.7.9+
1 parent e2255e8 commit 6b0c02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read(fname):
6565
],
6666
keywords='pyvmomi, vsphere, vmware, esx',
6767
platforms=['Windows', 'Linux', 'Solaris', 'Mac OS-X', 'Unix'],
68-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
68+
python_requires='>=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
6969
test_suite='tests',
7070
tests_require=required_for_tests,
7171
extras_require={

0 commit comments

Comments
 (0)