Skip to content

Commit

Permalink
Merge pull request #50 from materialdigital/py312
Browse files Browse the repository at this point in the history
Update to python 3.12
  • Loading branch information
jan-janssen authored Nov 6, 2024
2 parents ad70ff1 + ea22d80 commit 8bf8335
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aiida.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: environment.yml
auto-activate-base: false
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: environment.yml
auto-activate-base: false
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: book/environment.yml
auto-activate-base: false
- name: Install Jupyterbook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delpoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: book/environment.yml
auto-activate-base: false
- name: Install Jupyterbook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jobflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: environment.yml
auto-activate-base: false
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyiron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
environment-file: environment.yml
auto-activate-base: false
- name: Tests
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.12
- pyiron_base=0.10.6
- qe=7.2
- qe-tools=2.0.0
Expand All @@ -11,5 +11,4 @@ dependencies:
- jobflow=0.1.18
- pymatgen=2024.10.29
- aiida-core=2.6.2
- aiida-core.services=2.6.2
- aiida-shell=0.8.0

0 comments on commit 8bf8335

Please sign in to comment.