Skip to content

Commit a73af9f

Browse files
committed
Run tests with Python 3.9 in CI
In preparation for dropping support for Python 3.8.
1 parent e0349cc commit a73af9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- python: "3.8"
11+
- python: "3.9"
1212
psycopg: "psycopg2"
1313
- python: "3.12"
1414
psycopg: "psycopg3"

0 commit comments

Comments
 (0)