You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,8 +27,10 @@ An Object Graph Mapper or OGM provides a developer-friendly workflow that allows
27
27
pip install --user pymgclient
28
28
```
29
29
30
-
> [!WARNING]
31
-
> Python 3.11 users: On Windows, GQLAlchemy is not yet compatible with this Python version. Linux users can install GQLAlchemy **without** the DGL extra (due to its dependencies not supporting Python 3.11 yet). If this is currently a blocker for you, please let us know by [opening an issue](https://github.com/memgraph/gqlalchemy/issues).
30
+
> [!NOTE]
31
+
> GQLAlchemy is tested on Python `3.10` through `3.14` in CI. Some optional extras
32
+
> (for example TensorFlow/TF-GNN stacks) are available only for a subset of Python
Copy file name to clipboardExpand all lines: docs/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@ An Object Graph Mapper or OGM provides a developer-friendly workflow for writing
13
13
Either install GQLAlchemy through [pip](installation.md#pip) or [build it from
14
14
source](installation.md#source). If you are using [Conda](https://docs.conda.io/en/latest/) for Python environment management, you can install GQLAlchemy through [pip](installation.md#pip).
15
15
16
-
!!! danger
17
-
Python 3.11 users: On Windows, GQLAlchemy is not yet compatible with this Python version. Linux users can install GQLAlchemy **without** the DGL extra (due to its dependencies not supporting Python 3.11 yet). If this is currently a blocker for you, please let us know by [opening an issue](https://github.com/memgraph/gqlalchemy/issues).
16
+
!!! note
17
+
GQLAlchemy supports modern Python versions (including Python `3.14`), with CI
18
+
coverage for `3.10` through `3.14`. Some optional extras may have narrower
@@ -17,8 +17,10 @@ To install GQLAlchemy, you will need the following:
17
17
pip install --user pymgclient
18
18
```
19
19
20
-
!!! danger
21
-
Python 3.11 users: On Windows, GQLAlchemy is not yet compatible with this Python version. If this is currently a blocker for you, please let us know by [opening an issue](https://github.com/memgraph/gqlalchemy/issues).
20
+
!!! note
21
+
GQLAlchemy is tested on Python `3.10` through `3.14`in CI. Some optional extras
22
+
(for example TensorFlow/TF-GNN stacks) are available only for a subset of Python
0 commit comments