File tree Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Expand file tree Collapse file tree 5 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 test-docs :
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - uses : actions/checkout@v5
2323 with :
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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.2.1
2- FROM ubuntu:20 .04
2+ FROM ubuntu:24 .04
33
44ENV DEBIAN_FRONTEND=noninteractive
55RUN --mount=type=cache,target=/var/cache/apt \
Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:1.2.1
2- FROM ubuntu:20 .04
2+ FROM ubuntu:24 .04
33RUN --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
2020RUN --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
You can’t perform that action at this time.
0 commit comments