Skip to content

Commit

Permalink
Merge pull request #1408 from pyiron/notebookspy312
Browse files Browse the repository at this point in the history
Update Notebooks to Python 3.12
  • Loading branch information
jan-janssen committed Apr 15, 2024
2 parents b6c5a77 + 484eae8 commit efc7bcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/atomistics-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efc7bcd

Please sign in to comment.