+8
-8
lines changedFilter options
+8
-8
lines changed Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
export PYVERSION ?= 3.13.2
2
2
export PYODIDE_EMSCRIPTEN_VERSION ?= 4.0.6
3
-
export PYODIDE_VERSION ?= 0.28.0.dev0
3
+
export PYODIDE_VERSION ?= 0.28.0a1
4
4
export PYODIDE_ABI_VERSION ?= 2025_0
5
5
6
6
export PYTHON_ARCHIVE_SHA256=b8d79530e3b7c96a5cb2d40d431ddb512af4a563e863728d8713039aa50203f9
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ const API = Module.API;
2
2
const Hiwire = {};
3
3
const Tests = {};
4
4
API.tests = Tests;
5
-
API.version = "0.28.0.dev0";
5
+
API.version = "0.28.0a1";
6
6
Module.hiwire = Hiwire;
7
7
8
8
function getTypeTag(x) {
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "pyodide",
3
-
"version": "0.28.0-dev.0",
3
+
"version": "0.28.0-alpha.1",
4
4
"description": "The Pyodide JavaScript package",
5
5
"keywords": [
6
6
"python",
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@
6
6
* from the version in ``package.json`` which follows the node package manager
7
7
* version convention.
8
8
*/
9
-
export const version: string = "0.28.0.dev0";
9
+
export const version: string = "0.28.0a1";
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
10
10
# This package is imported by the test suite as well, and currently we don't use
11
11
# pytest mocks for js or pyodide_js, so make sure to test "if IN_BROWSER" before
12
12
# importing from these.
13
-
__version__ = "0.28.0.dev0"
13
+
__version__ = "0.28.0a1"
14
14
15
15
__all__ = ["__version__", "console", "code", "ffi", "http", "webloop"]
16
16
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project]
6
6
name = "pyodide-py"
7
-
version = "0.28.0.dev0"
7
+
version = "0.28.0a1"
8
8
authors = [{name = "Pyodide developers"}]
9
9
description = "A Python package providing core interpreter functionality for Pyodide"
10
10
classifiers = [
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4