We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de860a4 commit 20d421fCopy full SHA for 20d421f
2 files changed
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
- linux-intel
27
- macos-arm
28
- macos-intel
29
- - pyodide
30
- windows-arm
31
- windows-intel
32
include:
@@ -52,9 +51,6 @@ jobs:
52
51
# macos-14+ (including latest) are ARM64 runners
53
runs-on: macos-latest
54
archs: auto,universal2
55
- - os: pyodide
56
- runs-on: ubuntu-latest
57
- platform: pyodide
58
- os: windows-arm
59
runs-on: windows-11-arm
60
- os: windows-intel
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+2.8.2 (2025-07-25)
7
+++++++++++++++++++
8
+
9
+* Pyodide binary wheels will no longer be built by default. It is not possible to
10
+ upload these to PyPI currently. We may consider reenabling them and putting them
11
+ on the GitHub Releases page in the future if there is interest.
12
13
2.8.1 (2025-07-25)
14
++++++++++++++++++
15
0 commit comments