@@ -8,29 +8,30 @@ GridDB Python Client is developed using GridDB C Client and [SWIG](http://www.sw
8
8
9
9
Building of the library and execution of the sample programs have been checked in the following environment.
10
10
11
- OS: CentOS 7.9(x64) (GCC 4.8.5)
11
+
12
+ OS: Ubuntu 24.04(x64) (gcc 11)
12
13
SWIG: 4.0.2
13
- Python: 3.10
14
- GridDB C client: V5.0 CE(Community Edition)
15
- GridDB server: V5.0 CE, CentOS 7.9(x64) (GCC 4.8.5)
14
+ Python: 3.12
15
+ GridDB C client: V5.6 CE
16
+ GridDB server: V5.6 CE
16
17
17
- OS: Ubuntu 18.04/20.04 (x64) (gcc 7.5.0 )
18
+ OS: RockyLinux 9.4 (x64) (gcc 11 )
18
19
SWIG: 4.0.2
19
- Python: 3.10
20
- GridDB C client: V5.0 CE (Note: If you build from source code, please use GCC 4.8.5.)
21
- GridDB server: V5.0 CE, Ubuntu 18.04(x64) (Note: If you build from source code, please use GCC 4.8.5.)
22
-
23
- OS: Windows 10 (x64) (VS2017)
20
+ Python: 3.12
21
+ GridDB C client: V5.6 CE
22
+ GridDB server: V5.6 CE
23
+
24
+ OS: Windows 11 (x64) (VS2017)
24
25
SWIG: 4.0.2
25
- Python: 3.10
26
- GridDB C client: V5.0 CE
27
- GridDB server: V5.0 CE, CentOS 7.9(x64) (GCC 4.8.5)
26
+ Python: 3.12
27
+ GridDB C client: V5.6 CE
28
+ GridDB server: V5.6 CE, Ubuntu 24.04
28
29
29
- OS: MacOS Catalina (x86_64)
30
+ OS: MacOS 12
30
31
SWIG: 4.0.2
31
- Python: 3.10
32
- GridDB C client: V5.0 CE
33
- GridDB server: V5.0 CE, Centos 7.9(x64) (GCC 4.8.5)
32
+ Python: 3.12
33
+ GridDB C client: V5.6 CE
34
+ GridDB server: V5.6 CE, Ubuntu 24.04
34
35
35
36
## QuickStart (CentOS, Ubuntu)
36
37
### Preparations
@@ -184,7 +185,7 @@ Please refer to the following files for more detailed information.
184
185
Note:
185
186
1. The current API might be changed in the next version. e.g. ContainerInfo
186
187
2. When you install C Client with RPM or DEB, you don't need to set LIBRARY_PATH and LD_LIBRARY_PATH.
187
- 3. There is [Python Client Package for CentOS, Ubuntu and MacOS on The Python Package Index (PyPI)](https://pypi.org/project/griddb-python/) .
188
+ 3. There is [Python Client Package for only Python 3.10 (Linux, MacOS) on The Python Package Index (PyPI)](https://pypi.org/project/griddb-python/) .
188
189
189
190
## Community
190
191
0 commit comments