@@ -3,7 +3,7 @@ Apache Ignite thin (binary protocol) client, written in Python 3.
33
44## Prerequisites
55
6- - Python 3.6 or above (3.6 , 3.7 , 3.8 and 3.9 are tested),
6+ - Python 3.7 or above (3.7 , 3.8 , 3.9 and 3.10 are tested),
77- Access to Apache Ignite node, local or remote. The current thin client
88 version was tested on Apache Ignite 2.10 (binary client protocol 1.7.0).
99
@@ -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.6 , 3.7 , 3.8 and 3.9 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 and 3.10 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.6 , 3.7 , 3.8 and 3.9 ) will be
53+ Ready wheels for ` x86 ` and ` x86-64 ` for different python versions (3.7 , 3.8 , 3.9 and 3.10 ) will be
5454 located in ` distr ` directory.
5555
5656### Updating from older version
0 commit comments