From eef9c1dfafd5ece35dbb4e778f6a4f20a306b043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=B5=84=E2=B5=8E=E2=B5=89=E2=B5=94=E2=B5=93=E2=B5=9B=20?= =?UTF-8?q?=E2=B4=B0=E2=B5=8E=E2=B4=B0=E2=B5=A3=E2=B5=89=E2=B5=96?= Date: Wed, 29 Nov 2023 19:53:47 +0100 Subject: [PATCH] feat(): PyPy, and CPython 3.8+ is supported --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 126df61..9132595 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [asyncio-foundationdb](https://github.com/amirouche/asyncio-foundationdb/) -asyncio drivers for FoundationDB, tested with CPython 3.9, 3.10, 3.11, and PyPy 3.8, 3.9. +asyncio drivers for FoundationDB, tested with CPython, and PyPy 3.8+. diff --git a/pyproject.toml b/pyproject.toml index 34e7497..4c66208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" aiostream = "^0.5.2" cffi = "^1.16.0" foundationdb = "^7.3.27"