Skip to content

Commit fa5a920

Browse files
authored
Merge pull request #128 from pyiron/python312
Update to Python 3.12
2 parents 8bb8111 + 20d4f2b commit fa5a920

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/unittests.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,20 @@ jobs:
2020
matrix:
2121
include:
2222
- operating-system: windows-latest
23-
python-version: '3.11'
24-
label: win-64-py-3-11
23+
python-version: '3.12'
24+
label: win-64-py-3-12
2525
prefix: C:\Miniconda3\envs\my-env
2626

2727
- operating-system: macos-latest
28-
python-version: '3.11'
29-
label: osx-64-py-3-11
28+
python-version: '3.12'
29+
label: osx-64-py-3-12
3030
prefix: /Users/runner/miniconda3/envs/my-env
3131

32+
- operating-system: ubuntu-latest
33+
python-version: '3.12'
34+
label: linux-64-py-3-12
35+
prefix: /usr/share/miniconda3/envs/my-env
36+
3237
- operating-system: ubuntu-latest
3338
python-version: '3.11'
3439
label: linux-64-py-3-11
@@ -67,5 +72,5 @@ jobs:
6772
pip install . --no-deps --no-build-isolation
6873
coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
6974
- name: Coverage
70-
if: matrix.label == 'linux-64-py-3-10'
75+
if: matrix.label == 'linux-64-py-3-12'
7176
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)