We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb9c31 commit 21f1601Copy full SHA for 21f1601
1 file changed
src/serious_python/bin/package_command.dart
@@ -18,7 +18,7 @@ const mobilePyPiUrl = "https://pypi.flet.dev";
18
const pyodideRootUrl = "https://cdn.jsdelivr.net/pyodide/v0.27.7/full";
19
const pyodideLockFile = "pyodide-lock.json";
20
21
-const buildPythonVersion = "3.14";
+const buildPythonVersion = "3.14.2";
22
const buildPythonReleaseDate = "20251209";
23
const defaultSitePackagesDir = "__pypackages__";
24
const sitePackagesEnvironmentVariable = "SERIOUS_PYTHON_SITE_PACKAGES";
0 commit comments