From 0fab0a05219803587753c672f058ed5dc5f4beff Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Thu, 24 Apr 2025 16:17:36 +0200 Subject: [PATCH 1/2] Update ci.yml - use more modern Python and Ubuntu --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0058ea1032..67bdb175d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,12 @@ jobs: - mpich - openmpi os: - # - ubuntu-22.04 - - ubuntu-20.04 + - ubuntu-22.04 # macOS is not ready yet - needs other setup of prerequisites # - macos-12 # - macos-11 python: - - 3.7 + - 3.9 steps: From 347c906c447bb81e1d00ae67df00e738fc85c939 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Thu, 24 Apr 2025 16:19:11 +0200 Subject: [PATCH 2/2] Update python-package.yml to more recent Python --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index e66def665c..9b6ad8e82f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7"] + python-version: ["3.9"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}