Skip to content

Commit 0d46473

Browse files
committed
Use the oldest and latest python version supported by the Python Software Foundation
1 parent bfbd03a commit 0d46473

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
include:
1111
- python: "3.10"
1212
psycopg: "psycopg3"
13-
- python: "3.11"
14-
psycopg: "psycopg3"
15-
- python: "3.12"
16-
psycopg: "psycopg3"
17-
- python: "3.13"
18-
psycopg: "psycopg3"
1913
- python: "3.14"
2014
psycopg: "psycopg3"
2115
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,8 @@ this would use `CTRL+SHIFT+V` to paste from this clipboard.
310310

311311
**Python version supported and tests**
312312

313-
pg\_activity's CI run for version 3.10 to 3.14 included with psychopg3.
313+
pg\_activity's CI runs on the oldest and latest version of python supported by
314+
the Python Software Foundation (3.10 to 3.14) and uses psychopg3.
314315

315316
# Hacking
316317

0 commit comments

Comments
 (0)