]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
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)
commit809c707c733f155ace062fabcbc3fd8c4bd3d424
tree468b0e16c45c8269a256a1f1f89582dd673e0f26
parent8e5d7b0bc381de53b10ea9308bfdd4960607c6c7
require python 3.10 or greater for lowercase test

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