Skip to content

Commit cb24534

Browse files
committed
update ci versions everywhere
1 parent c4fb2a3 commit cb24534

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
test-docs:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v5
2323
with:
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.13"
3131

3232
- name: Install requirements
3333
run: |

.github/workflows/test-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
include:
46-
- python: "3.9"
46+
- python: "3.10"
4747
- python: "3.12"
4848
runs_on: windows-2022
4949

.github/workflows/test.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,23 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- python: "3.9"
33+
- python: "3.11"
3434
cluster_type: mpi
35-
- python: "3.10"
35+
- python: "3.12"
3636
cluster_type: slurm
3737
container: slurmctld
38-
- python: "3.8"
39-
runs_on: 22.04
4038
- python: "3.10"
4139
env:
4240
IPP_CONTROLLER_IP: "*"
43-
- python: "3.9"
41+
- python: "3.13"
4442
env:
4543
IPP_ENABLE_CURVE: "1"
46-
- python: "3.8"
47-
runs_on: windows-2019
48-
- python: "3.9"
44+
- python: "3.10"
45+
runs_on: windows-2025
46+
- python: "3.12"
4947
runs_on: macos-14
5048
- python: "3.11"
51-
- python: "3.12"
49+
- python: "3.14"
5250
pre: pre
5351

5452
steps:

ci/slurm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.2.1
2-
FROM ubuntu:20.04
2+
FROM ubuntu:24.04
33

44
ENV DEBIAN_FRONTEND=noninteractive
55
RUN --mount=type=cache,target=/var/cache/apt \

ci/ssh/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.2.1
2-
FROM ubuntu:20.04
2+
FROM ubuntu:24.04
33
RUN --mount=type=cache,target=/var/cache/apt \
44
rm -f /etc/apt/apt.conf.d/docker-clean \
55
&& apt-get update \
@@ -19,7 +19,7 @@ RUN ARCH=$(uname -m | sed s@x86_@@) \
1919

2020
RUN --mount=type=cache,target=${MAMBA_ROOT_PREFIX}/pkgs \
2121
micromamba install -y -p $MAMBA_ROOT_PREFIX -c conda-forge \
22-
python=3.8 \
22+
python=3.10 \
2323
pip \
2424
ipyparallel
2525

0 commit comments

Comments
 (0)