File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
serious_python_windows/windows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const mobilePyPiUrl = "https://pypi.flet.dev";
1818const pyodideRootUrl = "https://cdn.jsdelivr.net/pyodide/v0.27.7/full" ;
1919const pyodideLockFile = "pyodide-lock.json" ;
2020
21- const buildPythonVersion = "3.14.2 " ;
21+ const buildPythonVersion = "3.14" ;
2222const buildPythonReleaseDate = "20251209" ;
2323const defaultSitePackagesDir = "__pypackages__" ;
2424const sitePackagesEnvironmentVariable = "SERIOUS_PYTHON_SITE_PACKAGES" ;
Original file line number Diff line number Diff line change 11group ' com.flet.serious_python_android'
22version ' 0.9.8'
33
4- def python_version = ' 3.14.2 '
4+ def python_version = ' 3.14'
55
66buildscript {
77 repositories {
Original file line number Diff line number Diff line change @@ -25766,7 +25766,7 @@ const int PY_RELEASE_LEVEL = 15;
2576625766
2576725767const int PY_RELEASE_SERIAL = 0;
2576825768
25769- const String PY_VERSION = '3.14.2 ';
25769+ const String PY_VERSION = '3.14';
2577025770
2577125771const int PY_VERSION_HEX = 51249904;
2577225772
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
1818set (PLUGIN_NAME "serious_python_windows_plugin" )
1919
2020set (PYTHON_PACKAGE ${CMAKE_BINARY_DIR} /python)
21- set (PYTHON_URL "https://github.com/cfms-dev/python-build/releases/download/v3.14.2 /python-windows-for-dart-3.14.2 .zip" )
21+ set (PYTHON_URL "https://github.com/cfms-dev/python-build/releases/download/v3.14/python-windows-for-dart-3.14.zip" )
2222set (PYTHON_FILE ${CMAKE_BINARY_DIR} /python-windows-for-dart.zip)
2323if (NOT EXISTS ${PYTHON_FILE} )
2424 file (DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE} )
You can’t perform that action at this time.
0 commit comments