Skip to content

Commit

Permalink
Merge pull request #179 from pyiron/py312_mini
Browse files Browse the repository at this point in the history
Migrate the minimal tests and the siesta tests to Python 3.12
  • Loading branch information
jan-janssen authored Jan 7, 2024
2 parents 90f6eb2 + aeb059d commit ffbb265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
4 changes: 2 additions & 2 deletions .github/workflows/unittests_siesta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Siesta Unittest Linux 3.11
name: Siesta Unittest Linux 3.12

on:
push:
Expand All @@ -17,7 +17,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 ffbb265

Please sign in to comment.