Skip to content

Commit

Permalink
feat(): PyPy, and CPython 3.8+ is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Nov 29, 2023
1 parent 2248387 commit eef9c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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+.

<!-- [![builds.sr.ht status](https://builds.sr.ht/~amirouche/asyncio-foundationdb/commits/main/.build.yml.svg)](https://builds.sr.ht/~amirouche/asyncio-foundationdb/commits/main/.build.yml?) -->

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eef9c1d

Please sign in to comment.