File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : " Install Python"
26
26
uses : actions/setup-python@v4
27
+ with :
28
+ python-version : " 3.11"
27
29
28
30
- name : " Install pre-commit"
29
31
run : pip install pre-commit
41
43
" 3.8" ,
42
44
" 3.9" ,
43
45
" 3.10" ,
44
- " pypy-3.7 " ,
46
+ " 3.11 " ,
45
47
" pypy-3.8" ,
48
+ " pypy-3.9" ,
46
49
]
47
50
trino : [
48
51
" latest" ,
52
55
]
53
56
include :
54
57
# Test with older Trino versions for backward compatibility
55
- - { python: "3.10 ", trino: "351", sqlalchemy: "~=1.4.0" } # first Trino version
58
+ - { python: "3.11 ", trino: "351", sqlalchemy: "~=1.4.0" } # first Trino version
56
59
# Test with sqlalchemy 1.3
57
- - { python: "3.10 ", trino: "latest", sqlalchemy: "~=1.3.0" }
60
+ - { python: "3.11 ", trino: "latest", sqlalchemy: "~=1.3.0" }
58
61
env :
59
62
TRINO_VERSION : " ${{ matrix.trino }}"
60
63
steps :
You can’t perform that action at this time.
0 commit comments