Skip to content

Commit 97e7341

Browse files
committed
Add Python version requirement
1 parent 345cb05 commit 97e7341

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ A clean, intuitive Python client for The Graph Token API with elegant EVM/SVM se
66

77
## Quick Start
88

9+
### Requirements
10+
11+
- Python 3.13+
12+
913
### Installation
1014

1115
```bash

examples/endpoints/evm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python3 examples/endpoints/evm/swaps.py
3737
## Requirements
3838

3939
1. **API Key**: Set `THEGRAPH_API_KEY` in your `.env` file
40-
2. **Python 3.8+** with `anyio` and other dependencies
40+
2. **Python 3.13+** with `anyio` and other dependencies
4141

4242
## Usage Pattern
4343

examples/endpoints/svm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python3 examples/endpoints/svm/swaps.py
2929
## Requirements
3030

3131
1. **API Key**: Set `THEGRAPH_API_KEY` in your `.env` file
32-
2. **Python 3.8+** with `anyio` and other dependencies
32+
2. **Python 3.13+** with `anyio` and other dependencies
3333

3434
## Usage Pattern
3535

0 commit comments

Comments
 (0)