Skip to content

Commit edb9c31

Browse files
committed
revert version naming rule changes
1 parent e95b450 commit edb9c31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/serious_python/bin/package_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const mobilePyPiUrl = "https://pypi.flet.dev";
1818
const pyodideRootUrl = "https://cdn.jsdelivr.net/pyodide/v0.27.7/full";
1919
const pyodideLockFile = "pyodide-lock.json";
2020

21-
const buildPythonVersion = "3.14.2";
21+
const buildPythonVersion = "3.14";
2222
const buildPythonReleaseDate = "20251209";
2323
const defaultSitePackagesDir = "__pypackages__";
2424
const sitePackagesEnvironmentVariable = "SERIOUS_PYTHON_SITE_PACKAGES";

src/serious_python_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group 'com.flet.serious_python_android'
22
version '0.9.8'
33

4-
def python_version = '3.14.2'
4+
def python_version = '3.14'
55

66
buildscript {
77
repositories {

src/serious_python_android/lib/src/gen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25766,7 +25766,7 @@ const int PY_RELEASE_LEVEL = 15;
2576625766

2576725767
const int PY_RELEASE_SERIAL = 0;
2576825768

25769-
const String PY_VERSION = '3.14.2';
25769+
const String PY_VERSION = '3.14';
2577025770

2577125771
const int PY_VERSION_HEX = 51249904;
2577225772

src/serious_python_windows/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_policy(SET CMP0063 NEW)
1818
set(PLUGIN_NAME "serious_python_windows_plugin")
1919

2020
set(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")
2222
set(PYTHON_FILE ${CMAKE_BINARY_DIR}/python-windows-for-dart.zip)
2323
if (NOT EXISTS ${PYTHON_FILE})
2424
file(DOWNLOAD ${PYTHON_URL} ${PYTHON_FILE})

0 commit comments

Comments
 (0)