Skip to content

Commit d996a37

Browse files
authored
Add ubuntu-resolute to CI workflow (pyca#14729)
* Add ubuntu-resolute to CI workflow * Update Ubuntu version support in installation guide
1 parent e86da41 commit d996a37

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
- {IMAGE: "sid", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
163163
- {IMAGE: "ubuntu-jammy", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
164164
- {IMAGE: "ubuntu-noble", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
165+
- {IMAGE: "ubuntu-resolute", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
165166
- {IMAGE: "ubuntu-rolling", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
166167
- {IMAGE: "fedora", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
167168
- {IMAGE: "centos-stream9", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ operating systems.
2727
* x86-64 CentOS Stream 9, 10
2828
* x86-64 Fedora (latest)
2929
* x86-64 and ARM64 macOS 15 Sequoia
30-
* x86-64 Ubuntu 22.04, 24.04, and rolling
30+
* x86-64 Ubuntu 22.04, 24.04, 26.04, and rolling
3131
* ARM64, ARMv7l, and ``ppc64le`` Ubuntu rolling
3232
* x86-64 Debian Bookworm (12.x), Trixie (13.x), and Sid (unstable)
3333
* x86-64 and ARM64 Alpine (latest)

0 commit comments

Comments
 (0)