pycontribs / jenkinsapi

A Python API for accessing resources and configuring Hudson & Jenkins continuous-integration servers
http://pypi.python.org/pypi/jenkinsapi
MIT License
857 stars 483 forks source link

Clarify python version compatibility #830

Closed czhanacek closed 1 year ago

czhanacek commented 1 year ago

Someone pointed out this version oversight in the docs. @lechat, if you don't want to take a stance on Python2 and Python3 compatibility, deprecation schedules, etc., I understand. I just want to update the docs so they are consistent with the packages published on PyPi.

lechat commented 1 year ago

I think that it is time to drop 2.7 compatibility. Though I am not going to rewrite code to be 100% Py3 style, but nothing will be tested on Py2.7 anymore.