fix(cli): install managed runtime with required Python (#152)

This commit is contained in:
Andrey Avtomonov 2026-05-19 18:18:38 +02:00 committed by GitHub
parent 7cec0041eb
commit af0567c57e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 347 additions and 39 deletions

View file

@ -99,6 +99,7 @@ function installResult(features: KtxRuntimeFeature[] = ['core']): ManagedPythonR
asset: {
manifest: installedManifest.asset,
wheelPath: '/assets/python/kaelio_ktx-0.2.0-py3-none-any.whl',
requiresPython: { specifier: '>=3.13', minimumVersion: '3.13' },
},
manifest: installedManifest,
};