From d97bf6dee11024b89c0ba61d389ea2439a4cb772 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Mon, 24 Aug 2026 20:02:47 -0700 Subject: [PATCH] sqlalchemy: drop 3.10 tests Fixes #788. It seems the rel_2.0 branch still supports 3.10, but doesn't feel worth keeping. --- .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 5f19ba18..c528d2df 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -302,7 +302,7 @@ jobs: matrix: # PyPy is deliberately omitted here, since SQLAlchemy's tests # fail on PyPy for reasons unrelated to typing_extensions. - python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ] + python-version: [ "3.11", "3.12", "3.13", "3.14" ] checkout-ref: [ "main", "rel_2_0" ] # sqlalchemy tests fail when using the Ubuntu 24.04 runner # https://github.com/sqlalchemy/sqlalchemy/commit/8d73205f352e68c6603e90494494ef21027ec68f