File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff 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
6267 pip install . --no-deps --no-build-isolation
6368 coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests
6469 - name : Coverage
65- if : matrix.label == 'linux-64-py-3-10 '
70+ if : matrix.label == 'linux-64-py-3-12 '
6671 uses : coverallsapp/github-action@v2
You can’t perform that action at this time.
0 commit comments