virtualenv icon indicating copy to clipboard operation
virtualenv copied to clipboard

python3.4 on CI

Open gaborbernat opened this issue 6 years ago • 4 comments

So officially we would like to support python3.4 for one more year; however, Azure decided to remove python3.4 from it's CI matrix very soon after the upstream deprecation. Now we can't test python3.4; we need to look into if and how we can still run these CI environments (with potentially not running coverage under them, as they can't be merged back).

gaborbernat avatar Dec 23 '19 17:12 gaborbernat

Having had a good thought about this we might defer this to a post 20.0.0 world 🤔

gaborbernat avatar Dec 28 '19 10:12 gaborbernat

Yeah, defer to 20.1.0 🤷‍♂ , for now, I'll run int manually before release.

gaborbernat avatar Jan 10 '20 17:01 gaborbernat

Travis CI has pyenv installed on their CI systems, which can be used to install + test, on Ubuntu at least. It'd be a good idea to add that, until we figure out a more "full" solution for this.

pradyunsg avatar Feb 11 '20 11:02 pradyunsg

deadsnakes has bionic python3.4 packages if you want to try that route as well

asottile avatar Feb 11 '20 21:02 asottile

Seems no longer an issue as no one reported it in 3 years.

gaborbernat avatar Jun 27 '23 03:06 gaborbernat