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 2424
2525 - name : " Install Python"
2626 uses : actions/setup-python@v4
27+ with :
28+ python-version : " 3.11"
2729
2830 - name : " Install pre-commit"
2931 run : pip install pre-commit
4143 " 3.8" ,
4244 " 3.9" ,
4345 " 3.10" ,
44- " pypy-3.7 " ,
46+ " 3.11 " ,
4547 " pypy-3.8" ,
48+ " pypy-3.9" ,
4649 ]
4750 trino : [
4851 " latest" ,
5255 ]
5356 include :
5457 # 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
5659 # 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" }
5861 env :
5962 TRINO_VERSION : " ${{ matrix.trino }}"
6063 steps :
You can’t perform that action at this time.
0 commit comments