File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4
28
28
with :
29
- python-version : ' 3.11 '
29
+ python-version : ' 3.12 '
30
30
cache : ' pip'
31
31
cache-dependency-path : ' setup.py'
32
32
Original file line number Diff line number Diff line change 24
24
# Another CI test matrix slot to test against prerelease versions of Python packages.
25
25
include :
26
26
- os : ' ubuntu-latest'
27
- python-version : ' 3.11 '
27
+ python-version : ' 3.12 '
28
28
cratedb-version : ' nightly'
29
29
sqla-version : ' latest'
30
30
pip-allow-prerelease : ' true'
Original file line number Diff line number Diff line change 14
14
- name : Set up Python
15
15
uses : actions/setup-python@v4
16
16
with :
17
- python-version : ' 3.9 '
17
+ python-version : ' 3.12 '
18
18
cache : ' pip'
19
19
cache-dependency-path : ' setup.py'
20
20
Original file line number Diff line number Diff line change 38
38
# Another CI test matrix slot to test against prerelease versions of Python packages.
39
39
include :
40
40
- os : ' ubuntu-latest'
41
- python-version : ' 3.11 '
41
+ python-version : ' 3.12 '
42
42
cratedb-version : ' 5.2.2'
43
43
sqla-version : ' latest'
44
44
pip-allow-prerelease : ' true'
You can’t perform that action at this time.
0 commit comments