Skip to content

Commit a498597

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 a498597

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/test.yml

-1
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/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Automated tests are continuously executed after each push to this repo.
4747
infrastructure provided by [GitHub Actions]. The following configurations are
4848
being tested:
4949
- Centos 7: bash 4.2, sed 4.2
50-
- Debian 8: bash 4.3, sed 4.2
5150
- Debian 9: bash 4.4, sed 4.4
5251
- Debian 10: bash 5.0, sed 4.7
5352
- Debian 11: bash 5.1, sed 4.7

tests/docker/debian-8.Dockerfile

-13
This file was deleted.

0 commit comments

Comments
 (0)