## Prerequisites
-- Python 3.4 or above (3.6, 3.7 and 3.8 are tested),
+- Python 3.7 or above (3.7, 3.8, 3.9 and 3.10 are tested),
- Access to Apache Ignite node, local or remote. The current thin client
- version was tested on Apache Ignite 2.7.0 (binary client protocol 1.2.0).
+ version was tested on Apache Ignite 2.10 (binary client protocol 1.7.0).
## Installation
***NB!* Docker is required.**
-- 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
+- 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
x86-64 should be installed. You can disable some of these versions but you'd need to edit script for that.
- For building `wheels` for Windows, invoke script `.\scripts\BuildWheels.ps1` using PowerShell. Just make sure that
your execution policy allows execution of scripts in your environment.
- Ready wheels for `x86` and `x86-64` for different python versions (3.6, 3.7, 3.8 and 3.9) will be
+ Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9 and 3.10) will be
located in `distr` directory.
### Updating from older version
To install a specific version:
```bash
-pip install pyignite==0.4.0
+pip install pyignite==0.5.1
```
## Documentation