Skip to content

Commit 2a3c053

Browse files
committed
Doc: Removed MacOS 12 from the tested platforms
Signed-off-by: barshaul <[email protected]>
1 parent 07d7a4b commit 2a3c053

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

java/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ Valkey General Language Independent Driver for the Enterprise (GLIDE), is an ope
99
The release of Valkey GLIDE was tested on the following platforms:
1010

1111
Linux:
12-
- Ubuntu 22.04.1 (x86_64)
13-
- Amazon Linux 2023 (AL2023) (x86_64)
12+
13+
- Ubuntu 22.04.1 (x86_64 and aarch64)
14+
- Amazon Linux 2023 (AL2023) (x86_64)
1415

1516
macOS:
16-
- macOS 12.7 (Apple silicon/aarch_64 and Intel/x86_64)
17+
18+
- macOS 14.7 (Apple silicon/aarch_64)
1719

1820
## Layout of Java code
1921
The Java client contains the following parts:

node/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Linux:
1919

2020
macOS:
2121

22-
- macOS (12.7 and latest) (Apple silicon/aarch_64 and Intel/x86_64)
22+
- macOS 14.7 (Apple silicon/aarch_64)
2323

2424
Alpine:
2525

@@ -96,9 +96,9 @@ client.close();
9696

9797
### Supported platforms
9898

99-
Currentlly the package is supported on:
99+
Currently, the package is tested on:
100100

101101
| Operation systems | C lib | Architecture |
102102
| ----------------- | -------------------- | ----------------- |
103103
| `Linux` | `glibc`, `musl libc` | `x86_64`, `arm64` |
104-
| `macOS` | `Darwin` | `x86_64`, `arm64` |
104+
| `macOS` | `Darwin` | `arm64` |

python/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ Refer to the [Supported Engine Versions table](https://github.com/valkey-io/valk
1010

1111
## System Requirements
1212

13-
The beta release of Valkey GLIDE was tested on Intel x86_64 using Ubuntu 22.04.1, Amazon Linux 2023 (AL2023), and macOS 12.7.
13+
The release of Valkey GLIDE was tested on the following platforms:
14+
15+
Linux:
16+
17+
- Ubuntu 22.04.1 (x86_64 and aarch64)
18+
- Amazon Linux 2023 (AL2023) (x86_64)
19+
20+
macOS:
21+
22+
- macOS 14.7 (Apple silicon/aarch_64)
1423

1524
## Python Supported Versions
1625

0 commit comments

Comments
 (0)