@@ -3,9 +3,9 @@ Apache Ignite thin (binary protocol) client, written in Python 3.
33
44## Prerequisites
55
6- - Python 3.7 or above (3.7, 3.8, 3.9 and 3.10 are tested),
6+ - Python 3.7 or above (3.7, 3.8, 3.9, 3.10 and 3.11 are tested),
77- Access to Apache Ignite node, local or remote. The current thin client
8- version was tested on Apache Ignite 2.10 (binary client protocol 1.7.0).
8+ version was tested on Apache Ignite 2.14 (binary client protocol 1.7.0).
99
1010## Installation
1111
@@ -45,12 +45,12 @@ There is an optional C extension to speedup some computational intensive tasks.
4545
4646 *** NB!* Docker is required.**
4747
48- - On Windows MSVC 14.x required, and it should be in path, also python versions 3.7, 3.8, 3.9 and 3.10 both for x86 and
48+ - On Windows MSVC 14.x required, and it should be in path, also python versions 3.7, 3.8, 3.9, 3.10 and 3.11 both for x86 and
4949 x86-64 should be installed. You can disable some of these versions but you'd need to edit script for that.
5050- For building ` wheels ` for Windows, invoke script ` .\scripts\BuildWheels.ps1 ` using PowerShell. Just make sure that
5151 your execution policy allows execution of scripts in your environment.
5252
53- Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7, 3.8, 3.9 and 3.10 ) will be
53+ Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7, 3.8, 3.9, 3.10 and 3.11 ) will be
5454 located in ` distr ` directory.
5555
5656### Updating from older version
@@ -67,7 +67,7 @@ pip install pyignite
6767
6868To install a specific version:
6969``` bash
70- pip install pyignite==0.5.1
70+ pip install pyignite==0.6.0
7171```
7272
7373## Documentation
0 commit comments