Skip to content

Commit

Permalink
Set Python 2 support to 2.7.9+
Browse files Browse the repository at this point in the history
Since vSphere 8.0 there is a minimum Python 2 requirement to 2.7.9+
  • Loading branch information
ddraganov committed Dec 15, 2022
1 parent e2255e8 commit 6b0c02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(fname):
],
keywords='pyvmomi, vsphere, vmware, esx',
platforms=['Windows', 'Linux', 'Solaris', 'Mac OS-X', 'Unix'],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
python_requires='>=2.7.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
test_suite='tests',
tests_require=required_for_tests,
extras_require={
Expand Down

0 comments on commit 6b0c02a

Please sign in to comment.