Skip to content

Commit 045d1f7

Browse files
authored
readme listings workflow: upgrade Python version from 3.9 to 3.10
1 parent 000e688 commit 045d1f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/readme_listings.yml

Lines changed: 4 additions & 4 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

0 commit comments

Comments
 (0)