Skip to content

Commit be0539b

Browse files
committed
Update min python for linux/mac
1 parent 8893c4a commit be0539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: startsWith( matrix.os, 'ubuntu') || startsWith( matrix.os, 'macos')
135135
run: |
136136
pyenv install --list
137-
pyenv install 3.13:latest 3.12:latest 3.8:latest
137+
pyenv install 3.13:latest 3.12:latest 3.9:latest
138138
shell: bash
139139

140140
# pyenv-win install list has not updated for a while

0 commit comments

Comments
 (0)