Hi, What are the supported python version?

Asked by Ziv Harpaz

Hi,
What are the supported python versions for 1.8.0 ?

Thanks,
  Ziv

Question information

Language:
English Edit question
Status:
Solved
For:
Python Jenkins Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Looking at the source code I see:

in https://opendev.org/jjb/python-jenkins/src/branch/master/jenkins/__init__.py#L86
"Support for python 2.6 is deprecated and will be removed."

and in https://opendev.org/jjb/python-jenkins/src/branch/master/tox.ini#L4
envlist = py{34,27,35,36,37,38,39,310,311}

So I assume that the newest version supports Python 2.7, as well as 3.4, 3.5, 3.6, 3.7, 3.8, 3.9 ,3.10 and 3.11

Revision history for this message
Ziv Harpaz (zharpaz) said :
#2

Thanks much Manfred. I wasn't familiar with these locations in the code.