Skip to content
Snippets Groups Projects
Commit cb17cc59 authored by Christos Tsolakis's avatar Christos Tsolakis
Browse files

ci: Use python3.13 in windows ci jobs

parent 925ca4cb
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.12)
set(python_url_root "https://www.paraview.org/files/dependencies/python-for-wheels")
set(python_version "3.11.4")
set(python_version "3.13.0")
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows")
set(python_subdir "python-${python_version}-windows-x86_64")
set(sha256sum "699df2d656c7227c3ba93d640255cd875e3d92e1a475f5c59408c6125515165f")
set(sha256sum "b733a8c7d8d30aa5d0742c00de419294ec385797586672076c337885a440d701")
else ()
message(FATAL_ERROR
"Unknown platform for Python")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment