Skip to content

Commit

Permalink
Merge pull request #114 from pyiron/py312
Browse files Browse the repository at this point in the history
Use Python 3.12 as default for continuous integration
  • Loading branch information
jan-janssen committed Apr 15, 2024
2 parents abcb5d2 + 925f360 commit 3288ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- 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
2 changes: 1 addition & 1 deletion .github/workflows/pypicheck.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: "3.10"
python-version: "3.12"
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
Expand Down

0 comments on commit 3288ada

Please sign in to comment.