There was an error while loading. Please reload this page.
1 parent bfbd03a commit 0d46473Copy full SHA for 0d46473
2 files changed
.github/workflows/tests.yml
@@ -10,12 +10,6 @@ jobs:
10
include:
11
- python: "3.10"
12
psycopg: "psycopg3"
13
- - python: "3.11"
14
- psycopg: "psycopg3"
15
- - python: "3.12"
16
17
- - python: "3.13"
18
19
- python: "3.14"
20
21
steps:
README.md
@@ -310,7 +310,8 @@ this would use `CTRL+SHIFT+V` to paste from this clipboard.
310
311
**Python version supported and tests**
312
313
-pg\_activity's CI run for version 3.10 to 3.14 included with psychopg3.
+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.
315
316
# Hacking
317
0 commit comments