Skip to content

Commit 2438e9c

Browse files
authored
readme listings workflow: upgrade Python version from 3.9 to 3.10 (#479)
1 parent 435cf17 commit 2438e9c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/readme_listings.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-python@v1
2424
with:
25-
python-version: 3.9
25+
python-version: "3.10"
2626

2727
- uses: jwlawson/actions-setup-cmake@v1.13
2828
with:
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-python@v1
5252
with:
53-
python-version: 3.9
53+
python-version: "3.10"
5454

5555
- uses: jwlawson/actions-setup-cmake@v1.13
5656
with:
@@ -118,11 +118,11 @@ jobs:
118118

119119
- uses: actions/setup-python@v1
120120
with:
121-
python-version: 3.9
121+
python-version: "3.10"
122122

123123
- uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
124124
with:
125-
python-versions: cp39-cp39
125+
python-versions: cp310-cp310
126126
build-requirements: 'setuptools_scm'
127127
pre-build-command: 'git config --global --add safe.directory "*"'
128128

@@ -132,14 +132,14 @@ jobs:
132132
- run: python -c "import pytest_codeblocks; code=pytest_codeblocks.extract_from_file('README.md'); f=open('readme.m', 'w'); f.writelines(block.code for block in code if block.syntax=='Matlab'); f.close()"
133133
- run: cat -n readme.m
134134

135-
- uses: matlab-actions/setup-matlab@v0
135+
- uses: matlab-actions/setup-matlab@v2.6.1
136136
with:
137-
release: R2022a
137+
release: R2024b
138138
cache: true
139139

140140
- run: mkdir readme_output
141141

142-
- uses: matlab-actions/run-command@v0
142+
- uses: matlab-actions/run-command@v2.4.0
143143
with:
144144
startup-options: -nojvm
145145
command: diary('readme_output/matlab.txt'), readme

0 commit comments

Comments
 (0)