Skip to content

Commit 1c02d96

Browse files
committed
[+] bump Python to v3.11.5
1 parent cbc8d5a commit 1c02d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.11.4'
15+
python-version: '3.11.5'
1616

1717
- name: Checkout code
1818
uses: actions/checkout@v4

install-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setlocal enableDelayedExpansion
44

5-
set "PYTHON_REF=https://www.python.org/ftp/python/3.11.4/python-3.11.4-amd64.exe"
5+
set "PYTHON_REF=https://www.python.org/ftp/python/3.11.5/python-3.11.5-amd64.exe"
66
@REM one should change python version in github action workflows when changed here
77

88
set PYTHON="python.exe"

0 commit comments

Comments
 (0)