fiaas / k8s

Python client library for the Kubernetes API
https://fiaas.github.io/
Apache License 2.0
39 stars 24 forks source link

Add py39 to set of tested versions #95

Closed gregjones closed 3 years ago

gregjones commented 3 years ago

This requires updating tox, which requires a higher version of six than was being specified.

mortenlj commented 3 years ago

The failing build seems to be caused by real problems, one for py2.7 and a different one for py3.9.

oyvindio commented 3 years ago

The failing build seems to be caused by real problems, one for py2.7 and a different one for py3.9.

The py2.7 CI issue looks similar to an issue that happened in fiaas-deploy-daemon CI earlier. If I remember correctly, that was resolved by pinning setuptools and virtualenv versions (https://github.com/fiaas/fiaas-deploy-daemon/pull/141).

gregjones commented 3 years ago

I think what's there now is the minimal change to get it working in both 2.7 and 3.9

gregjones commented 3 years ago

I'm not sure what's happening with Codacy... here it shows it has evaluated the PR: https://app.codacy.com/manual/fiaas/k8s/pullRequest?prid=7058109 🤔

gregjones commented 3 years ago

Ah, I see there are two. I guess they changed their identifier. I will remove the old one and mark the new one as 'required'