Remove buster from CI (#11182)

* Remove buster from CI

It is EOL

* Update installation.rst
This commit is contained in:
Alex Gaynor 2024-06-30 07:07:09 -04:00 committed by GitHub
parent 95e57bf5c5
commit 85fba50add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -150,7 +150,6 @@ jobs:
IMAGE:
- {IMAGE: "rhel8", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "rhel8-fips", NOXSESSION: "tests", RUNNER: "ubuntu-latest", FIPS: true}
- {IMAGE: "buster", NOXSESSION: "tests-nocoverage", RUNNER: "ubuntu-latest"}
- {IMAGE: "bullseye", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "bookworm", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "trixie", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}

View file

@ -22,8 +22,8 @@ operating systems.
* x86-64 macOS 13 Ventura and ARM64 macOS 14 Sonoma
* x86-64 Ubuntu 20.04, 22.04, 24.04, rolling
* ARM64 Ubuntu rolling
* x86-64 Debian Buster (10.x), Bullseye (11.x), Bookworm (12.x),
Trixie (13.x), and Sid (unstable)
* x86-64 Debian Bullseye (11.x), Bookworm (12.x), Trixie (13.x), and
Sid (unstable)
* x86-64 and ARM64 Alpine (latest)
* 32-bit and 64-bit Python on 64-bit Windows Server 2022