Skip to content

Commit

Permalink
test on centos stream 10 (#12145)
Browse files Browse the repository at this point in the history
* test on centos stream 10

* Update ci.yml

* Update installation.rst
  • Loading branch information
alex authored Dec 13, 2024
1 parent 6beb77d commit ce4c5df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ jobs:
- {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "centos-stream9", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "centos-stream9-fips", NOXSESSION: "tests", RUNNER: "ubuntu-latest", FIPS: true}
- {IMAGE: "centos-stream10", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
- {IMAGE: "centos-stream10-fips", NOXSESSION: "tests", RUNNER: "ubuntu-latest", FIPS: true}

- {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]}
- {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: [self-hosted, Linux, ARM64]}
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Currently we test ``cryptography`` on Python 3.7+ and PyPy3 7.3.11+ on these
operating systems.

* x86-64 RHEL 8.x
* x86-64 CentOS 9 Stream
* x86-64 CentOS Stream 9, 10
* x86-64 Fedora (latest)
* x86-64 macOS 13 Ventura and ARM64 macOS 14 Sonoma
* x86-64 Ubuntu 20.04, 22.04, 24.04, rolling
Expand Down

0 comments on commit ce4c5df

Please sign in to comment.