File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.11.5 '
15+ python-version : ' 3.12.1 '
1616
1717 - name : Checkout code
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/setup-python@v5
1414 with :
15- python-version : ' 3.11.5 '
15+ python-version : ' 3.12.1 '
1616
1717 - name : Check out code
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
33setlocal enableDelayedExpansion
44
5- set " PYTHON_REF = https://www.python.org/ftp/python/3.11.5 /python-3.11.5 -amd64.exe"
5+ set " PYTHON_REF = https://www.python.org/ftp/python/3.12.1 /python-3.12.1 -amd64.exe"
66@ REM one should change python version in github action workflows when changed here
77
88set PYTHON = " python.exe"
99set PIP = " pip3.exe"
1010if " %RUNNER_TOOL_CACHE% " == " " (
1111 echo Running on a local maching builder
12- set PYTHON = " %ProgramFiles% \Python311 \python.exe"
12+ set PYTHON = " %ProgramFiles% \Python312 \python.exe"
1313)
1414if " %RUNNER_TOOL_CACHE% " == " " (
15- set PIP = " %ProgramFiles% \Python311 \Scripts\pip3.exe"
15+ set PIP = " %ProgramFiles% \Python312 \Scripts\pip3.exe"
1616)
1717
1818echo Loading the Python installation...
Original file line number Diff line number Diff line change 11@ ECHO off
22SET MD = PES
3- SET ETCD_REF = https://github.com/etcd-io/etcd/releases/download/v3.5.9 /etcd-v3.5.9 -windows-amd64.zip
4- SET PATRONI_REF = https://github.com/zalando/patroni/archive/refs/tags/v3.1.1 .zip
5- SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.12 /micro-2.0.12 -win64.zip
3+ SET ETCD_REF = https://github.com/etcd-io/etcd/releases/download/v3.5.11 /etcd-v3.5.11 -windows-amd64.zip
4+ SET PATRONI_REF = https://github.com/zalando/patroni/archive/refs/tags/v3.2.2 .zip
5+ SET MICRO_REF = https://github.com/zyedidia/micro/releases/download/v2.0.13 /micro-2.0.13 -win64.zip
66SET WINSW_REF = https://github.com/winsw/winsw/releases/download/v2.12.0/WinSW.NET461.exe
7- SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.1 .0/vip-manager_2.1 .0_Windows_x86_64.zip
7+ SET VIP_REF = https://github.com/cybertec-postgresql/vip-manager/releases/download/v2.3 .0/vip-manager_2.3 .0_Windows_x86_64.zip
88SET PGSQL_REF = https://get.enterprisedb.com/postgresql/postgresql-16.0-1-windows-x64-binaries.zip
99SET PES_REF = https://github.com/cybertec-postgresql/PES/releases/download/v0.2/pes.zip
1010
You can’t perform that action at this time.
0 commit comments