@cubejs-backend/native 0.34.36 → 0.34.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -11
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -21,21 +21,21 @@ If Cube cannot detect a `libpython` library or your system is not supported, it
21
21
 
22
22
  ### With python
23
23
 
24
- Supported python versions: `3.11`, `3.10`, `3.9`.
24
+ Supported python versions: `3.12`, `3.11`, `3.10`, `3.9`.
25
25
 
26
- | | `linux-gnu` | `linux-musl` | `darwin` | `win32` |
27
- | -------- |:---------------:|:----------------:|:-----------:|:-------------:|
28
- | `x86` | N/A | N/A | N/A | N/A |
29
- | `x86_64` | | N/A | N/A | N/A |
30
- | `arm64` | N/A | N/A | N/A | N/A |
26
+ | | `linux-gnu` | `linux-musl` | `darwin` | `win32` |
27
+ |----------|:-----------:|:------------:|:--------:|:-------:|
28
+ | `x86` | N/A | N/A | N/A | N/A |
29
+ | `x86_64` | | N/A | N/A | N/A |
30
+ | `arm64` || N/A | N/A | N/A |
31
31
 
32
32
  ### Fallback (without python)
33
33
 
34
- | | `linux-gnu` | `linux-musl` | `darwin` | `win32` |
35
- | -------- | :---------: |:-------------:|:--------:| :-----: |
36
- | `x86` | N/A | N/A | N/A | N/A |
37
- | `x86_64` | ✅ | N/A | ✅ | ✅ |
38
- | `arm64` | ✅ | N/A | ✅ | |
34
+ | | `linux-gnu` | `linux-musl` | `darwin` | `win32` |
35
+ |----------|:-----------:|:------------:|:--------:|:-------:|
36
+ | `x86` | N/A | N/A | N/A | N/A |
37
+ | `x86_64` | ✅ | N/A | ✅ | ✅ |
38
+ | `arm64` | ✅ | N/A | ✅ | |
39
39
 
40
40
  ### License
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.34.36",
3
+ "version": "0.34.37",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "description": "Native module for Cube.js (binding to Rust codebase)",
6
6
  "main": "dist/js/index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "~5.2.2"
43
43
  },
44
44
  "dependencies": {
45
- "@cubejs-backend/cubesql": "^0.34.36",
45
+ "@cubejs-backend/cubesql": "^0.34.37",
46
46
  "@cubejs-backend/shared": "^0.34.33",
47
47
  "@cubejs-infra/post-installer": "^0.0.7"
48
48
  },
@@ -53,6 +53,7 @@
53
53
  "value": [
54
54
  "libpython",
55
55
  [
56
+ "3.12",
56
57
  "3.11",
57
58
  "3.10",
58
59
  "3.9"
@@ -92,5 +93,5 @@
92
93
  "publishConfig": {
93
94
  "access": "public"
94
95
  },
95
- "gitHead": "b5a8de58ae29dc201f9e14936d94cf27fb27984c"
96
+ "gitHead": "595c23dc095825180036b2c3950671d6a75065eb"
96
97
  }