Remove old Pythons from CI

Open
#37 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
38/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
ci-cd

Research direction

The issue identifies CI jobs for Python 2.7 and 3.3 and shows a Travis archive download failure for Python 2.6. Locate the repository's CI configuration, compare its configured Python versions with the failing log, remove the obsolete targets, and verify that CI no longer requests unavailable archives.

Written by the indexing model from the issue text.

Description

Currently the CI jobs targeting Python 2.7 and Python 3.3 are failing because the archives for installing these Python versions no longer exist.

The log looks like this:

Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-2.6.tar.bz2
travis_time:start:1366dd53
$ curl -sSf --retry 5 -o python-2.6.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
travis_time:end:1366dd53:start=1604439964106137863,finish=1604439964208478148,duration=102340285,event=configure
Unable to download 2.6 archive. The archive may not exist. Please consider a different version.
Dominant language
Python
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from enthought/sectiondoc

All issues in enthought/sectiondoc

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.