From 5cf484603b6e94e998880910479f0dea1620a284 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 27 Aug 2026 15:04:09 +0200 Subject: [PATCH] Minimum Python version is 3.10 --- README.md | 2 +- docs/index.rst | 2 +- pyproject.toml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6335575b..bf71ee99 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you're interested in using asyncio, please check [python-arango-async](https: ## Requirements - ArangoDB version 3.11+ -- Python version 3.9+ +- Python version 3.10+ ## Installation diff --git a/docs/index.rst b/docs/index.rst index 4856e1b9..4b947c41 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ Requirements ============= - ArangoDB version 3.11+ -- Python version 3.9+ +- Python version 3.10+ Installation ============ diff --git a/pyproject.toml b/pyproject.toml index 3de11101..79737de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",