From 7ac94433cbe3e0c862aa53bf2d6f2559dc65b95b Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Mon, 25 Aug 2025 23:12:04 -0400 Subject: [PATCH] Drop Python 3.9 from SQLAlchemy test matrix --- .github/workflows/third_party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 3a698bf7..f20ffd65 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -299,7 +299,7 @@ jobs: matrix: # PyPy is deliberately omitted here, since SQLAlchemy's tests # fail on PyPy for reasons unrelated to typing_extensions. - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.10", "3.11", "3.12", "3.13" ] checkout-ref: [ "main", "rel_2_0" ] # sqlalchemy tests fail when using the Ubuntu 24.04 runner # https://github.com/sqlalchemy/sqlalchemy/commit/8d73205f352e68c6603e90494494ef21027ec68f