Skip to content

Commit

Permalink
Merge pull request #230 from pyiron/python312
Browse files Browse the repository at this point in the history
Migration to Python 3.12
  • Loading branch information
jan-janssen committed Oct 5, 2023
2 parents 5080ab1 + f3e8234 commit 0afb6b4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,20 @@ jobs:
matrix:
include:
- operating-system: macos-latest
python-version: '3.11'
label: osx-64-py-3-11
python-version: '3.12'
label: osx-64-py-3-12
prefix: /Users/runner/miniconda3/envs/my-env

- operating-system: windows-latest
python-version: '3.11'
label: win-64-py-3-11
python-version: '3.12'
label: win-64-py-3-12
prefix: C:\Miniconda3\envs\my-env

- operating-system: ubuntu-latest
python-version: '3.12'
label: linux-64-py-3-12
prefix: /usr/share/miniconda3/envs/my-env

- operating-system: ubuntu-latest
python-version: '3.11'
label: linux-64-py-3-11
Expand Down

0 comments on commit 0afb6b4

Please sign in to comment.