-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis-ci: AMD64 build is failing #16
Comments
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. |
Hi @Carreau , so python:3.3 should be removed from .travis.yml. isn't it? language: python Thanks !! |
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.
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:
|
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 !!
The text was updated successfully, but these errors were encountered: