Skip to content

Commit c8caace

Browse files
Drop Python 3.9 from SQLAlchemy test matrix (#663)
1 parent d372913 commit c8caace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

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

0 commit comments

Comments
 (0)