Skip to content

Commit beef180

Browse files
authored
Update Operating environment in README
1 parent 55165b7 commit beef180

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,30 @@ GridDB Python Client is developed using GridDB C Client and [SWIG](http://www.sw
88

99
Building of the library and execution of the sample programs have been checked in the following environment.
1010

11-
OS: CentOS 7.9(x64) (GCC 4.8.5)
11+
12+
OS: Ubuntu 24.04(x64) (gcc 11)
1213
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
1617

17-
OS: Ubuntu 18.04/20.04(x64) (gcc 7.5.0)
18+
OS: RockyLinux 9.4(x64) (gcc 11)
1819
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)
2425
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
2829

29-
OS: MacOS Catalina (x86_64)
30+
OS: MacOS 12
3031
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
3435

3536
## QuickStart (CentOS, Ubuntu)
3637
### Preparations
@@ -184,7 +185,7 @@ Please refer to the following files for more detailed information.
184185
Note:
185186
1. The current API might be changed in the next version. e.g. ContainerInfo
186187
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/) .
188189
189190
## Community
190191

0 commit comments

Comments
 (0)