Skip to content

Commit b7227cf

Browse files
committed
Stop running CI jobs on Debian 8 (Jessie)
Looks like root SSL certificates shipped with Jessie have become stale. Pip fails to interact with PyPI: $ ./.venv/bin/python -m pip install --upgrade "pip<19.2" "setuptools<44.0" "wheel<0.34" Cannot fetch index base URL https://pypi.python.org/simple/ <...> No distributions at all found for pip<19.2 in ./.venv/lib/python3.4/site-packages Jessie has reached EOL in 2018, Jessie LTS in 2020. Even though Jessie ELTS is still supported, we will drop support now.
1 parent 962953d commit b7227cf

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
image:
2121
- centos-7
22-
- debian-8
2322
- debian-9
2423
- debian-10
2524
- debian-11

tests/docker/debian-8.Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)