@@ -3,7 +3,7 @@ Apache Ignite 3 DB API Driver.
33
44## Prerequisites
55
6- - Python 3.9 or above (3.9 , 3.10 , 3.11 , 3.12 and 3.13 are tested),
6+ - Python 3.10 or above (3.10 , 3.11 , 3.12 , 3.13 and 3.14 are tested),
77- Access to Ignite 3 node, local or remote.
88
99## Installation
@@ -47,7 +47,7 @@ Linux building requirements:
4747- CMake version >=3.18;
4848- OpenSSL (dev version of the package);
4949- Docker to build wheels;
50- - Supported versions of Python (3.9 , 3.10 , 3.11 , 3.12 and 3.13 ).
50+ - Supported versions of Python (3.10 , 3.11 , 3.12 , 3.13 and 3.14 ).
5151 You can disable some of these versions, but you'd need to edit the script for that.
5252
5353For building universal ` wheels ` (binary packages) for Linux, just invoke script ` ./scripts/create_distr.sh ` .
@@ -56,7 +56,7 @@ Windows building requirements:
5656- MSVC 14.x, and it should be in path;
5757- CMake version >=3.18;
5858- OpenSSL (headers are required for the build);
59- - Supported versions of Python (3.9 , 3.10 , 3.11 , 3.12 and 3.13 ).
59+ - Supported versions of Python (3.10 , 3.11 , 3.12 , 3.13 and 3.14 ).
6060 You can disable some of these versions, but you'd need to edit the script for that.
6161
6262For building ` wheels ` for Windows, invoke script ` .\scripts\BuildWheels.ps1 ` using PowerShell.
@@ -65,7 +65,7 @@ The script only works with Python distributions installed in a standard path, wh
6565
6666Ready wheels will be located in ` distr ` directory.
6767
68- ### Updating from older version
68+ ### Updating from an older version
6969
7070To upgrade an existing package, use the following command:
7171```
0 commit comments