You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bindings/python/README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Native Python bindings for ArcadeDB - the multi-model database that supports Graph, Document, Key/Value, Search Engine, Time Series, and Vector models.
@@ -181,7 +179,7 @@ Built wheels will be in `dist/`. **[Build instructions](https://humemai.github.i
181
179
-`windows/amd64` (Native build on Windows x64)
182
180
-`windows/arm64` (Native build on Windows ARM64)
183
181
184
-
> **Developer Note:** See [docs/development/build-architecture.md](docs/development/build-architecture.md) for comprehensive documentation of the multi-platform build architecture, including how we achieve platform-specific JRE bundling across all 6 platforms on GitHub Actions.
182
+
> **Developer Note:** See [docs/development/build-architecture.md](docs/development/build-architecture.md) for comprehensive documentation of the multi-platform build architecture, including how we achieve platform-specific JRE bundling across the supported platforms on GitHub Actions.
Copy file name to clipboardExpand all lines: bindings/python/docs/development/ci-setup.md
+17-42Lines changed: 17 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
The CI/CD workflows now support building and releasing across **6 platforms** for a total of **6 wheel packages** per release, all under the single `arcadedb-embedded` package.
5
+
The CI/CD workflows now support building and releasing across **3 platforms** for a total of **15 wheel packages** per release (3 platforms × 5 Python versions), all under the single `arcadedb-embedded` package.
6
6
7
7
## Build Matrix
8
8
@@ -14,38 +14,29 @@ The CI/CD workflows now support building and releasing across **6 platforms** fo
14
14
15
15
-**linux/amd64**: Linux on x86_64 (ubuntu-24.04, Docker build)
16
16
-**linux/arm64**: Linux on ARM64 (ubuntu-24.04-arm, Docker build)
17
-
-**darwin/amd64**: macOS on Intel (macos-15-intel, native build)
18
17
-**darwin/arm64**: macOS on Apple Silicon M1/M2/M3/M4 (macos-15, native build)
19
-
-**windows/amd64**: Windows on x86_64 (windows-2025, native build)
20
-
-**windows/arm64**: Windows on ARM64 (windows-11-arm, native build)
Pre-built **platform-specific** wheels are available for **6 platforms**. Sizes vary slightly by platform, but the ballpark totals are consistent (see size breakdown below).
30
+
Pre-built **platform-specific** wheels are available for **3 platforms**. Sizes vary slightly by platform, but the ballpark totals are consistent (see size breakdown below).
31
31
32
32
**Key Features:**
33
33
34
34
- ✅ All platforms use **platform-specific wheels** (not universal)
35
35
- ✅ uv pip automatically selects the correct wheel for your system
36
36
- ✅ Each platform has its own bundled JRE optimized for that architecture
37
-
- ✅ All 6 platforms tested and verified (252/252 tests passing)
37
+
- ✅ All supported platforms tested and verified (252/252 tests passing)
38
38
- ✅ Built on native runners (no emulation) for optimal performance
0 commit comments