From 29a1a0811c2eac8833dbe9f9ccba7522cda00355 Mon Sep 17 00:00:00 2001 From: Tiago Silva Date: Sat, 24 Feb 2024 19:11:26 +0100 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fba3f147..7c3cebf2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ expression language, and provides support for PostgreSQL, MySQL, and SQLite. Databases is suitable for integrating against any async Web framework, such as [Starlette][starlette], [Sanic][sanic], [Responder][responder], [Quart][quart], [aiohttp][aiohttp], [Tornado][tornado], or [FastAPI][fastapi]. -**Requirements**: Python 3.7+ +**Requirements**: Python 3.8+ --- @@ -113,4 +113,4 @@ for examples of how to start using databases together with SQLAlchemy core expre [quart]: https://gitlab.com/pgjones/quart [aiohttp]: https://github.com/aio-libs/aiohttp [tornado]: https://github.com/tornadoweb/tornado -[fastapi]: https://github.com/tiangolo/fastapi \ No newline at end of file +[fastapi]: https://github.com/tiangolo/fastapi