From 40ee4d03e9c705d286891ce6f2134b69c90079a5 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 9 Dec 2024 13:49:04 +0100 Subject: [PATCH 1/3] Remove obsolete boost config file --- .github/config/boost/user-config.jam | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .github/config/boost/user-config.jam diff --git a/.github/config/boost/user-config.jam b/.github/config/boost/user-config.jam deleted file mode 100644 index e69de29bb..000000000 From d83401bdd95be0a0fb609e07634f4c1cb668a634 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 9 Dec 2024 13:49:42 +0100 Subject: [PATCH 2/3] Adapt range of tested Python versions to currently supported Python versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6937aa6b8..16b855d93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,8 @@ jobs: - macos-latest - windows-latest python: - - "3.8" - - "3.12" + - "3.9" + - "3.13" defaults: run: From c54ed79aef3f633bb9e2426f305c0747238cfb1d Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Mon, 9 Dec 2024 14:43:52 +0100 Subject: [PATCH 3/3] Update setup-miniconda to enable automatic platform detection --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16b855d93..628d4bdd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Create Helios dev environment - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true auto-activate-base: false