File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ jobs:
23
23
# run this job using this matrix, excluding some combinations below.
24
24
matrix :
25
25
os :
26
- - " ubuntu-latest "
26
+ - " ubuntu-22.04 "
27
27
python-version :
28
28
- " 3.11"
29
29
sqlalchemy :
30
30
- sqla13
31
31
- sqla14
32
+ - sqla20
32
33
- sqlamain
33
34
# abort all jobs as soon as one fails
34
35
fail-fast : true
Original file line number Diff line number Diff line change 26
26
# run this job using this matrix, excluding some combinations below.
27
27
matrix :
28
28
os :
29
- - " ubuntu-latest "
29
+ - " ubuntu-22.04 "
30
30
- " windows-latest"
31
31
- " macos-latest"
32
32
python-version :
@@ -35,14 +35,24 @@ jobs:
35
35
- " 3.10"
36
36
- " 3.11"
37
37
- " 3.12"
38
+ - " 3.13"
38
39
sqlalchemy :
39
40
- sqla13
40
41
- sqla14
42
+ - sqla20
41
43
- sqlamain
42
44
exclude :
43
- # sqla13 does not seem to support 3.12
45
+ # sqla13 does not support 3.12+
44
46
- sqlalchemy : sqla13
45
47
python-version : " 3.12"
48
+ - sqlalchemy : sqla13
49
+ python-version : " 3.13"
50
+ # sqla14 does not support 3.13+
51
+ - sqlalchemy : sqla14
52
+ python-version : " 3.13"
53
+ # sqlamain does not support 3.8
54
+ - sqlalchemy : sqlamain
55
+ python-version : " 3.8"
46
56
47
57
fail-fast : false
48
58
77
87
- " 3.10"
78
88
- " 3.11"
79
89
- " 3.12"
90
+ - " 3.13"
80
91
81
92
fail-fast : false
82
93
You can’t perform that action at this time.
0 commit comments