Skip to content

Commit 406c392

Browse files
committed
[+] bump Python to v3.12.3
1 parent bf00199 commit 406c392

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v5
1414
with:
15-
python-version: '3.12.1'
15+
python-version: '3.12.3'
1616

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

.github/workflows/test.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@v5
1414
with:
15-
python-version: '3.12.1'
15+
python-version: '3.12.3'
1616

1717
- name: Check out 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.12.1/python-3.12.1-amd64.exe"
5+
set "PYTHON_REF=https://www.python.org/ftp/python/3.12.3/python-3.12.3-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)