mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
fix(cli): keep managed runtime python version private
This commit is contained in:
parent
573dfc20f0
commit
a11c23b380
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export type KtxRuntimeFeature = z.infer<typeof runtimeFeatureSchema>;
|
|||
* requires Python >=3.13" error. Pinning here pushes uv to auto-download the
|
||||
* right interpreter via its python-management feature.
|
||||
*/
|
||||
export const MANAGED_RUNTIME_PYTHON_VERSION = '3.13';
|
||||
const MANAGED_RUNTIME_PYTHON_VERSION = '3.13';
|
||||
|
||||
const runtimeAssetManifestSchema = z.object({
|
||||
schemaVersion: z.literal(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue