From 788ba204a43b37d28cc690138b83e6782f8a46da Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 13 Aug 2020 23:05:57 -0400 Subject: Dont run py3k-only test files on Python 3.5 these are failing on the github runners because 3.5 doesnt have the async keywords. Change-Id: I9c58d38f8d7595313b7648b9840b334da8238bd0 --- doc/build/orm/extensions/asyncio.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/build/orm/extensions/asyncio.rst b/doc/build/orm/extensions/asyncio.rst index f3012e5bc..2afda1c10 100644 --- a/doc/build/orm/extensions/asyncio.rst +++ b/doc/build/orm/extensions/asyncio.rst @@ -8,6 +8,8 @@ included, using asyncio-compatible dialects. .. versionadded:: 1.4 +The asyncio extension requires at least Python version 3.6. + .. note:: The asyncio should be regarded as **alpha level** for the 1.4 release of SQLAlchemy. API details are **subject to change** at -- cgit v1.2.1