Skip to content

Commit

Permalink
Merge pull request #277 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 d5f1dbb + bd20c14 commit 97a44be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Mambaforge
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
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/mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.11'
python-version: '3.12'
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.11'
python-version: '3.12'
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
Expand Down

0 comments on commit 97a44be

Please sign in to comment.