From 97e7341d7e4d03181a5271126d8e364d666dc650 Mon Sep 17 00:00:00 2001 From: DIVINE <200845497+codebydivine@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:51:05 +0200 Subject: [PATCH] Add Python version requirement --- README.md | 4 ++++ examples/endpoints/evm/README.md | 2 +- examples/endpoints/svm/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86297fc..5ea0759 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ A clean, intuitive Python client for The Graph Token API with elegant EVM/SVM se ## Quick Start +### Requirements + +- Python 3.13+ + ### Installation ```bash diff --git a/examples/endpoints/evm/README.md b/examples/endpoints/evm/README.md index 3b47a56..1611576 100644 --- a/examples/endpoints/evm/README.md +++ b/examples/endpoints/evm/README.md @@ -37,7 +37,7 @@ python3 examples/endpoints/evm/swaps.py ## Requirements 1. **API Key**: Set `THEGRAPH_API_KEY` in your `.env` file -2. **Python 3.8+** with `anyio` and other dependencies +2. **Python 3.13+** with `anyio` and other dependencies ## Usage Pattern diff --git a/examples/endpoints/svm/README.md b/examples/endpoints/svm/README.md index 9a50414..f2c8f1f 100644 --- a/examples/endpoints/svm/README.md +++ b/examples/endpoints/svm/README.md @@ -29,7 +29,7 @@ python3 examples/endpoints/svm/swaps.py ## Requirements 1. **API Key**: Set `THEGRAPH_API_KEY` in your `.env` file -2. **Python 3.8+** with `anyio` and other dependencies +2. **Python 3.13+** with `anyio` and other dependencies ## Usage Pattern