Skip to content

Commit 21f1601

Browse files
committed
fix(packaging): fix package_command.dart
1 parent edb9c31 commit 21f1601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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";
21+
const buildPythonVersion = "3.14.2";
2222
const buildPythonReleaseDate = "20251209";
2323
const defaultSitePackagesDir = "__pypackages__";
2424
const sitePackagesEnvironmentVariable = "SERIOUS_PYTHON_SITE_PACKAGES";

0 commit comments

Comments
 (0)