From bf1591505562115dd27c6ff364fde84e68ba44bf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 20:52:50 -0500 Subject: [PATCH 1/2] Update Notebooks to Python 3.12 --- .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 2905bd60f..1ab6748ff 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -19,7 +19,7 @@ jobs: tail --lines=+4 .ci_support/environment-notebooks.yml >> environment.yml - uses: conda-incubator/setup-miniconda@v2.2.0 with: - python-version: "3.11" + python-version: "3.12" mamba-version: "*" channels: conda-forge miniforge-variant: Mambaforge From 484eae84194485300e6de191d22744e924ecaecb Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 14 Apr 2024 20:54:17 -0500 Subject: [PATCH 2/2] Update atomistics-compat.yml --- .github/workflows/atomistics-compat.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/atomistics-compat.yml b/.github/workflows/atomistics-compat.yml index c651f90a1..f04c59ba0 100644 --- a/.github/workflows/atomistics-compat.yml +++ b/.github/workflows/atomistics-compat.yml @@ -20,18 +20,18 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-10 + python-version: '3.12' + label: osx-64-py-3-12 prefix: /Users/runner/miniconda3/envs/my-env - operating-system: windows-latest - python-version: '3.11' - label: win-64-py-3-10 + python-version: '3.12' + label: win-64-py-3-12 prefix: C:\Miniconda3\envs\my-env - operating-system: ubuntu-latest - python-version: '3.11' - label: linux-64-py-3-10 + python-version: '3.12' + label: linux-64-py-3-12 prefix: /usr/share/miniconda3/envs/my-env steps: