ipython / ipython_genutils

Vestigial IPython utilities: DO NOT USE
Other
11 stars 22 forks source link

Travis-ci: AMD64 build is failing #16

Open sanjaymsh opened 3 years ago

sanjaymsh commented 3 years ago

Hi,

The travis-ci build is failing with below error: "Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2 0.11s$ curl -sSf --retry 5 -o python-3.3.tar.bz2 ${archive_url} curl: (22) The requested URL returned error: 404 Not Found Unable to download 3.3 archive. The archive may not exist. Please consider a different version.

"

Seems that the python:3.3 support is not available for amd64 on travis.

Please look into this.

Thanks !!

Carreau commented 3 years ago

Where do you see this ? Python 3.3 is end of life anyway and this package will not get any update so I'm not sure why/what you want us to do.

sanjaymsh commented 3 years ago

Hi @Carreau , so python:3.3 should be removed from .travis.yml. isn't it? It is still in .travis.yml file. And this is the reason of build fail.

language: python python:

Thanks !!

Carreau commented 3 years ago

And this is the reason of build fail.

Build fail where ? The test for this repository works. Last CI run from 2018 is green, and last meaning full commit from 2017 also. And there is no pull requests.

so python:3.3 should be removed from .travis.yml.

Well that's like saying the titanic need to get cleaned before arriving in new york, sure you could make it float again but why ? This repository will likely never get any new commits, and if we update it we are likely to remove python 3.3, 3.4, 3.5, and 3.6. But there is no reasons to.

So I'm not sure I understand: