]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
require python 3.10 or greater for lowercase test
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Oct 2023 20:24:32 +0000 (16:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Oct 2023 20:24:32 +0000 (16:24 -0400)
in 6f710b393a9 we committed tests using lowercase ``list`` with
indexed access.   use only newer Python versions for this test.

Change-Id: Icba0ef1c6b0b8e66e2d2a6c5b7e9fe86ed81deec

test/typing/plain_files/sql/lowercase_objects.py

index 21d9a4595a554578cd568aa5ae3ed2e5e448a2bb..0256c6fd98a90e772d35b9bfbdeda3327f4d9840 100644 (file)
@@ -1,3 +1,5 @@
+# PYTHON_VERSION >= 3.10
+
 import sqlalchemy as sa
 
 Book = sa.table(