File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,13 +206,13 @@ jobs:
206206 - name : Set current Python version
207207 shell : bash
208208 run : |
209- echo "3.9 " > .python-version
209+ echo "3.11 " > .python-version
210210
211211 - name : Set up Python ${{ matrix.python }} (amd64)
212212 if : matrix.target.id != 'linux-aarch64'
213213 uses : actions/setup-python@v1
214214 with :
215- python-version : 3.9
215+ python-version : 3.11
216216
217217 - name : Set up Python ${{ matrix.python }} (aarch64)
218218 if : matrix.target.id == 'linux-aarch64'
@@ -222,7 +222,7 @@ jobs:
222222 export PATH="$HOME/.pyenv/bin:$PATH"
223223 eval "$(pyenv init -)"
224224 eval "$(pyenv virtualenv-init -)"
225- pyenv install --list | grep '^ 3.9 ' | tail -n 1 | tr -d '[:space:]' > .python-version
225+ pyenv install --list | grep '^ 3.11 ' | tail -n 1 | tr -d '[:space:]' > .python-version
226226 pyenv install --skip-existing "$(cat .python-version)"
227227
228228 # Caching is disabled because it interferes with artifact creation
You can’t perform that action at this time.
0 commit comments