File tree 2 files changed +9
-22
lines changed
2 files changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,17 @@ jobs:
55
55
- +test-python3.11-arrow14.x.x
56
56
- +test-python3.11-arrow15.x.x
57
57
experimental : [ false ]
58
- upload : [ false ]
58
+ upload : [false]
59
59
include :
60
60
- target : +test-python3.9-arrow12.x.x
61
61
experimental : false
62
- upload : true
62
+ upload : false
63
63
- target : +test-python3.10-arrow12.x.x
64
64
experimental : false
65
- upload : true
65
+ upload : false
66
66
- target : +test-python3.11-arrow14.x.x
67
67
experimental : false
68
- upload : true
68
+ upload : false
69
69
- target : +test-python3.11-arrow15.x.x
70
70
experimental : false
71
71
upload : true
85
85
- name : Run build
86
86
run : earthly --allow-privileged ${{ matrix.target }}
87
87
continue-on-error : ${{ matrix.experimental }}
88
-
89
- - name : Upload coverage for Python
90
- if : ${{ matrix.upload }}
91
- uses : codecov/codecov-action@v3
92
- with :
93
- files : result/cov/python/python_cov.xml
94
- fail_ci_if_error : true
95
- verbose : true
96
- functionalities : gcov
97
- - name : Upload coverage for C++
98
- if : ${{ matrix.upload }}
99
- uses : codecov/codecov-action@v3
100
- with :
101
- directory : result/cov/cpp
102
- fail_ci_if_error : true
103
- verbose : true
104
- functionalities : gcov
105
-
106
88
- name : Publish package
107
89
if : matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
108
90
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Version history / changelog
3
3
4
4
From version 2.0.0, turbodbc adapts semantic versioning.
5
5
6
+ Version 4.11.0
7
+ --------------
8
+
9
+ * Support ``pyarrow=15 ``
10
+
6
11
Version 4.10.0
7
12
-------------
8
13
You can’t perform that action at this time.
0 commit comments