mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Remove buster from CI (#11182)
* Remove buster from CI It is EOL * Update installation.rst
This commit is contained in:
parent
95e57bf5c5
commit
85fba50add
2 changed files with 2 additions and 3 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -150,7 +150,6 @@ jobs:
|
||||||
IMAGE:
|
IMAGE:
|
||||||
- {IMAGE: "rhel8", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
- {IMAGE: "rhel8", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
||||||
- {IMAGE: "rhel8-fips", NOXSESSION: "tests", RUNNER: "ubuntu-latest", FIPS: true}
|
- {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: "bullseye", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
||||||
- {IMAGE: "bookworm", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
- {IMAGE: "bookworm", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
||||||
- {IMAGE: "trixie", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
- {IMAGE: "trixie", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@ operating systems.
|
||||||
* x86-64 macOS 13 Ventura and ARM64 macOS 14 Sonoma
|
* x86-64 macOS 13 Ventura and ARM64 macOS 14 Sonoma
|
||||||
* x86-64 Ubuntu 20.04, 22.04, 24.04, rolling
|
* x86-64 Ubuntu 20.04, 22.04, 24.04, rolling
|
||||||
* ARM64 Ubuntu rolling
|
* ARM64 Ubuntu rolling
|
||||||
* x86-64 Debian Buster (10.x), Bullseye (11.x), Bookworm (12.x),
|
* x86-64 Debian Bullseye (11.x), Bookworm (12.x), Trixie (13.x), and
|
||||||
Trixie (13.x), and Sid (unstable)
|
Sid (unstable)
|
||||||
* x86-64 and ARM64 Alpine (latest)
|
* x86-64 and ARM64 Alpine (latest)
|
||||||
* 32-bit and 64-bit Python on 64-bit Windows Server 2022
|
* 32-bit and 64-bit Python on 64-bit Windows Server 2022
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue