summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-08-13 23:05:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-08-13 23:05:57 -0400
commit788ba204a43b37d28cc690138b83e6782f8a46da (patch)
treee1bcb714f2bef40abc85e31bec66290a2fa54d29 /doc
parentd1f13635c398c6dcd9d04228c590546266cda00b (diff)
downloadsqlalchemy-788ba204a43b37d28cc690138b83e6782f8a46da.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/orm/extensions/asyncio.rst2
1 files changed, 2 insertions, 0 deletions
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