@bjia56/portable-python
Advanced tools
Comparing version 0.1.99 to 0.1.100
@@ -15,2 +15,7 @@ "use strict"; | ||
} | ||
if ((0, os_1.platform)() == "sunos") { | ||
const versionString = (0, os_1.version)(); | ||
const versionMajor = parseInt(versionString.split(".")[0]); | ||
return `solaris${versionMajor}`; | ||
} | ||
return (0, os_1.platform)(); | ||
@@ -17,0 +22,0 @@ })(); |
{ | ||
"name": "@bjia56/portable-python", | ||
"version": "0.1.99", | ||
"version": "0.1.100", | ||
"description": "Portable Python", | ||
@@ -75,3 +75,3 @@ "main": "./dist/index.js", | ||
"3.12.5": "v3.12.5-build.0", | ||
"3.9.20": "cpython-v3.9.20-beta.0", | ||
"3.9.20": "cpython-v3.9.20-build.1", | ||
"3.10.15": "cpython-v3.10.15-beta.0", | ||
@@ -78,0 +78,0 @@ "3.11.10": "cpython-v3.11.10-beta.0", |
@@ -15,2 +15,3 @@ # portable-python | ||
- `npm i @bjia56/portable-python-3.12` | ||
- `npm i @bjia56/portable-python-3.13` | ||
@@ -41,7 +42,8 @@ For example, on Linux via bash: | ||
Currently, CPython 3.9, 3.10, 3.11, and 3.12 are built for the following targets: | ||
- Linux x86_64, i386, aarch64, arm <sup id="a1">[1](#f1)</sup>, riscv64, s390x, loongarch64 (glibc) | ||
Currently, CPython 3.9, 3.10, 3.11, 3.12, and 3.13 are built for the following targets: | ||
- Linux x86_64, i386, aarch64, arm <sup id="a1">[1](#f1)</sup>, riscv64, s390x, loongarch64, powerpc64le (glibc) | ||
- Windows x86_64 <sup id="a2">[2](#f2)</sup> | ||
- MacOS x86_64, arm64 <sup id="a3">[3](#f3)</sup> | ||
- FreeBSD 13, 14, 15 x86_64 | ||
- Solaris 11 x86_64 | ||
- Cosmopolitan libc <sup id="a4">[4](#f4)</sup> | ||
@@ -60,2 +62,3 @@ | ||
| loongarch64 | 2.36 | | ||
| powerpc64le | 2.19 | | ||
@@ -62,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44110
593
78