We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000e688 commit 045d1f7Copy full SHA for 045d1f7
1 file changed
.github/workflows/readme_listings.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- uses: actions/setup-python@v1
24
with:
25
- python-version: 3.9
+ python-version: "3.10"
26
27
- uses: jwlawson/actions-setup-cmake@v1.13
28
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
@@ -118,11 +118,11 @@ jobs:
118
119
120
121
122
123
- uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
124
125
- python-versions: cp39-cp39
+ python-versions: cp310-cp310
126
build-requirements: 'setuptools_scm'
127
pre-build-command: 'git config --global --add safe.directory "*"'
128
0 commit comments