Skip to content

Commit d97bf6d

Browse files
sqlalchemy: drop 3.10 tests
Fixes #788. It seems the rel_2.0 branch still supports 3.10, but doesn't feel worth keeping.
1 parent 996d4d7 commit d97bf6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
matrix:
303303
# PyPy is deliberately omitted here, since SQLAlchemy's tests
304304
# fail on PyPy for reasons unrelated to typing_extensions.
305-
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
305+
python-version: [ "3.11", "3.12", "3.13", "3.14" ]
306306
checkout-ref: [ "main", "rel_2_0" ]
307307
# sqlalchemy tests fail when using the Ubuntu 24.04 runner
308308
# https://github.com/sqlalchemy/sqlalchemy/commit/8d73205f352e68c6603e90494494ef21027ec68f

0 commit comments

Comments
 (0)