File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
10
10
jobs :
11
- tests :
12
- name : Unit tests run
11
+ linux :
13
12
runs-on : ubuntu-latest
14
13
if : true
15
14
@@ -22,15 +21,15 @@ jobs:
22
21
- {python: "3.10", postgres: "14"}
23
22
- {python: "3.11", postgres: "15"}
24
23
- {python: "3.12", postgres: "16"}
25
- - {python: "3.13-dev ", postgres: "17"}
24
+ - {python: "3.13", postgres: "17"}
26
25
27
26
# Opposite extremes of the supported Py/PG range, other architecture
28
27
- {python: "3.8", postgres: "17", architecture: "x86"}
29
28
- {python: "3.9", postgres: "16", architecture: "x86"}
30
29
- {python: "3.10", postgres: "15", architecture: "x86"}
31
30
- {python: "3.11", postgres: "14", architecture: "x86"}
32
31
- {python: "3.12", postgres: "13", architecture: "x86"}
33
- - {python: "3.13-dev ", postgres: "12", architecture: "x86"}
32
+ - {python: "3.13", postgres: "12", architecture: "x86"}
34
33
35
34
env :
36
35
PSYCOPG2_TESTDB : postgres
You can’t perform that action at this time.
0 commit comments