pycontribs / jenkinsapi

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

Python 3.6 and 3.7 support #641

Closed andrewgy8 closed 6 years ago

andrewgy8 commented 6 years ago

We are nearly on the verge of python 3.7 being released. I suppose it would be nice to have this lib tested against > 3.5 and dev releases of python as well.

andrewgy8 commented 6 years ago

@lechat Any chance you can take a look at this one and #642

lechat commented 6 years ago

I'd rather not add -dev versions because of limitation of number of Travis workers. It takes ages to run tests already and adding -dev will make test just longer w/o considerable benefits.

andrewgy8 commented 6 years ago

Yeah, Ill take it out and add 3.7 (non-dev)

lechat commented 6 years ago

Travis fails due to recent incompatibilities with ssh credentials plugin, not related to this PR.

Many thanks for this work!