This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 7aabfdc17d904a40824ddb3bb4cf3b0f171620c3 Merge: 5bd0137f6e 04e120607f Author: Stephen Mallette <[email protected]> AuthorDate: Tue Nov 11 09:58:58 2025 -0500 Merge branch '3.8-dev' docs/site/home/download.html | 34 +++++++++----- docs/src/reference/gremlin-variants.asciidoc | 70 ++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+), 12 deletions(-) diff --cc docs/src/reference/gremlin-variants.asciidoc index 8993369aa4,08f59e9306..a5c9984459 --- a/docs/src/reference/gremlin-variants.asciidoc +++ b/docs/src/reference/gremlin-variants.asciidoc @@@ -2325,8 -2387,22 +2382,21 @@@ To install Gremlin-Python, use Python' [source,bash] ---- pip install gremlinpython -pip install gremlinpython[kerberos] # Optional, not available on Microsoft Windows ---- + The following table outlines recommended runtime versions by the release in which their support began: + + [cols="1,1,1",options="header"] + |=== + |Version |Min Python |Key Dependencies + |3.4.0 |2.7 |tornado + |3.5.0 |≥3.0 |aiohttp + |3.6.0 |≥3.8 |aiohttp + |3.6.8 |≥3.9 |aiohttp + |3.7.0 |≥3.8 |aiohttp + |3.7.3 |≥3.9 |aiohttp + |=== + [[gremlin-python-connecting]] === Connecting
