We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389989b commit 1934ac4Copy full SHA for 1934ac4
.github/workflows/pr-check.yml
@@ -134,7 +134,7 @@ jobs:
134
if: startsWith( matrix.os, 'ubuntu') || startsWith( matrix.os, 'macos')
135
run: |
136
pyenv install --list
137
- pyenv install 3.13.0 3.12.8 3.8.20
+ pyenv install 3.13:latest 3.12:latest 3.8:latest
138
shell: bash
139
140
# pyenv-win install list has not updated for a while
0 commit comments