We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc8d5a commit 1c02d96Copy full SHA for 1c02d96
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: '3.11.4'
+ python-version: '3.11.5'
16
17
- name: Checkout code
18
uses: actions/checkout@v4
install-env.bat
@@ -2,7 +2,7 @@
2
3
setlocal enableDelayedExpansion
4
5
-set "PYTHON_REF=https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe"
+set "PYTHON_REF=https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe"
6
@REM one should change python version in github action workflows when changed here
7
8
set PYTHON="python.exe"
0 commit comments