From 4b319cd979fc2044b0de39b7fba323027864383d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 30 Oct 2024 12:12:14 +0100 Subject: [PATCH 1/5] Update remaining tests to Python 3.13 --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/minimal.yml | 2 +- .github/workflows/notebooks.yml | 2 +- .github/workflows/pypicheck.yml | 2 +- .github/workflows/unittest-flux-mpich.yml | 2 +- .github/workflows/unittest-flux-openmpi.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1e66de0d..bbbb337b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,11 +15,11 @@ jobs: matrix: include: - operating-system: ubuntu-latest - python-version: '3.12' + python-version: '3.13' environment-file: .ci_support/environment-openmpi.yml - operating-system: ubuntu-latest - python-version: '3.12' + python-version: '3.13' environment-file: .ci_support/environment-mpich.yml steps: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2c13150..90032008 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: run: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: "3.12" + python-version: "3.13" miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-openmpi.yml diff --git a/.github/workflows/minimal.yml b/.github/workflows/minimal.yml index 5320dbf6..9b1f60a8 100644 --- a/.github/workflows/minimal.yml +++ b/.github/workflows/minimal.yml @@ -16,7 +16,7 @@ jobs: run: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: "3.12" + python-version: "3.13" miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-mini.yml diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 5c6132e5..e824c6c0 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: "3.12" + python-version: "3.13" miniforge-version: latest condarc-file: .condarc environment-file: environment.yml diff --git a/.github/workflows/pypicheck.yml b/.github/workflows/pypicheck.yml index 7bed25fd..173f0fa3 100644 --- a/.github/workflows/pypicheck.yml +++ b/.github/workflows/pypicheck.yml @@ -14,7 +14,7 @@ jobs: run: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.12' + python-version: '3.13' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-openmpi.yml diff --git a/.github/workflows/unittest-flux-mpich.yml b/.github/workflows/unittest-flux-mpich.yml index 7d2b5b76..fe929d67 100644 --- a/.github/workflows/unittest-flux-mpich.yml +++ b/.github/workflows/unittest-flux-mpich.yml @@ -19,7 +19,7 @@ jobs: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.12' + python-version: '3.13' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-mpich.yml diff --git a/.github/workflows/unittest-flux-openmpi.yml b/.github/workflows/unittest-flux-openmpi.yml index c954553e..5b53b4d8 100644 --- a/.github/workflows/unittest-flux-openmpi.yml +++ b/.github/workflows/unittest-flux-openmpi.yml @@ -19,7 +19,7 @@ jobs: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.12' + python-version: '3.13' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-openmpi.yml From 8a746b2c337775f27ef1caf05a17333fb452d9c0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 30 Oct 2024 12:17:18 +0100 Subject: [PATCH 2/5] Update notebooks.yml --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index e824c6c0..5c6132e5 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v3 with: - python-version: "3.13" + python-version: "3.12" miniforge-version: latest condarc-file: .condarc environment-file: environment.yml From b49099d8ba4dad3a528c12daebee6098d9198823 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 30 Oct 2024 12:17:32 +0100 Subject: [PATCH 3/5] Update unittest-flux-mpich.yml --- .github/workflows/unittest-flux-mpich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-flux-mpich.yml b/.github/workflows/unittest-flux-mpich.yml index fe929d67..7d2b5b76 100644 --- a/.github/workflows/unittest-flux-mpich.yml +++ b/.github/workflows/unittest-flux-mpich.yml @@ -19,7 +19,7 @@ jobs: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.12' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-mpich.yml From e05ab28d91d4a4fed579eb0bd15f2ceadf4411d1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 30 Oct 2024 12:17:46 +0100 Subject: [PATCH 4/5] Update unittest-flux-openmpi.yml --- .github/workflows/unittest-flux-openmpi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-flux-openmpi.yml b/.github/workflows/unittest-flux-openmpi.yml index 5b53b4d8..c954553e 100644 --- a/.github/workflows/unittest-flux-openmpi.yml +++ b/.github/workflows/unittest-flux-openmpi.yml @@ -19,7 +19,7 @@ jobs: echo -e "channels:\n - conda-forge\n" > .condarc - uses: conda-incubator/setup-miniconda@v3 with: - python-version: '3.13' + python-version: '3.12' miniforge-version: latest condarc-file: .condarc environment-file: .ci_support/environment-openmpi.yml From 3acda3707c8558e0ee3fd60ba92f29f15146da99 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 30 Oct 2024 12:24:21 +0100 Subject: [PATCH 5/5] Update environment-mini.yml --- .ci_support/environment-mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment-mini.yml b/.ci_support/environment-mini.yml index 26e53abb..16e73594 100644 --- a/.ci_support/environment-mini.yml +++ b/.ci_support/environment-mini.yml @@ -4,5 +4,5 @@ dependencies: - python - numpy - cloudpickle =3.1.0 -- pyzmq =26.0.3 +- pyzmq =26.2.0 - setuptools =75.1.0