Skip to content

Commit b13681c

Browse files
committed
Update Python image on Windows for Cirrus CI
1 parent c55827b commit b13681c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ windows_task:
149149
install_script:
150150
# Activate long file paths to avoid some errors
151151
- ps: New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
152-
- choco install -y --no-progress python3 --version=3.12.5 --params "/NoLockdown"
152+
- choco install -y --no-progress python3 --version=3.12.10 --params "/NoLockdown"
153153
- choco install -y --no-progress curl
154154
- pip install --upgrade certifi
155155
- python -m pip install -U pip tox tox-uv pipx

0 commit comments

Comments
 (0)