Skip to content

Commit

Permalink
Merge pull request #38 from pyiron/py312
Browse files Browse the repository at this point in the history
Update to Python 3.12
  • Loading branch information
jan-janssen authored Apr 15, 2024
2 parents 3c56b16 + 6a2921c commit 30c6eb2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: "3.11"
python-version: "3.12"
- name: Build Constructor
shell: bash -l {0}
run: |
Expand Down
6 changes: 3 additions & 3 deletions constructor/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ channels:
- https://conda.anaconda.org/pyiron [win]

specs:
- python =3.11
- python =3.12
- conda
- notebook
- jupyterlab
- nodejs
- nglview =3.1.2
- pyiron =0.5.2
- pyiron_atomistics =0.5.0
- pyiron_atomistics =0.5.1
- sphinxdft =3.1 [linux]
- lammps =2023.08.02 [linux|osx]
- lammps =2024.02.07=*_openmpi_* [linux|osx]
- lammps =2018.03.16 [win]

post_install: post_build_win.bat [win]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nglview==3.1.2
pyiron==0.5.2
pyiron_atomistics==0.5.0
pyiron_atomistics==0.5.1

0 comments on commit 30c6eb2

Please sign in to comment.