File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 45
45
- {version: '3.8', spec: 'cp38-cp38'}
46
46
- {version: '3.9', spec: 'cp39-cp39'}
47
47
- {version: '3.10', spec: 'cp310-cp310'}
48
+ - {version: '3.11', spec: 'cp311-cp311'}
48
49
cpu :
49
50
- {arch: 'x86_64', platform: 'x86_64'}
50
51
- {arch: 'aarch64', platform: 'arm64'}
@@ -105,6 +106,7 @@ jobs:
105
106
- {version: '3.8', version_long: '3.8.13'}
106
107
- {version: '3.9', version_long: '3.9.14'}
107
108
- {version: '3.10', version_long: '3.10.7'}
109
+ - {version: '3.11', version_long: '3.11.1'}
108
110
109
111
steps :
110
112
- name : checkout
@@ -156,6 +158,7 @@ jobs:
156
158
- {version: '3.8'}
157
159
- {version: '3.9'}
158
160
- {version: '3.10'}
161
+ - {version: '3.11'}
159
162
160
163
steps :
161
164
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 93
93
- {name: 'manylinux2014', py_suffix: ''}
94
94
- {name: 'manylinux_musl', py_suffix: '-alpine'}
95
95
python :
96
- - {version: '3.10 ', spec: 'cp310-cp310 '}
96
+ - {version: '3.11 ', spec: 'cp311-cp311 '}
97
97
cpu :
98
98
- {arch: 'x86_64', platform: 'x86_64'}
99
99
@@ -141,7 +141,7 @@ jobs:
141
141
strategy :
142
142
matrix :
143
143
py :
144
- - {version: '3.10 ', version_long: '3.10.7 '}
144
+ - {version: '3.11 ', version_long: '3.11.1 '}
145
145
146
146
steps :
147
147
- name : checkout
@@ -154,6 +154,9 @@ jobs:
154
154
path : .pulsar-mac-build/deps/install
155
155
key : ${{matrix.py.version_long}}-${{ hashFiles('dependencies.yaml') }}-${{ hashFiles('pkg/mac/*') }}
156
156
157
+ - name : Install Python deps
158
+ run : pip3 install -U pyyaml
159
+
157
160
- name : Build dependencies
158
161
if : steps.cache-deps.outputs.cache-hit != 'true'
159
162
run : pkg/mac/build-dependencies.sh ${{matrix.py.version}} ${{matrix.py.version_long}}
@@ -184,10 +187,7 @@ jobs:
184
187
fail-fast : false
185
188
matrix :
186
189
python :
187
- - version : ' 3.7'
188
- - version : ' 3.8'
189
- - version : ' 3.9'
190
- - version : ' 3.10'
190
+ - version : ' 3.11'
191
191
192
192
steps :
193
193
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def build_extension(self, ext):
79
79
# functions dependencies
80
80
extras_require ["functions" ] = sorted (
81
81
{
82
- "protobuf>=3.6.1,<=3.20.* " ,
82
+ "protobuf>=3.6.1,<=3.20.3 " ,
83
83
"grpcio<1.28,>=1.8.2" ,
84
84
"apache-bookkeeper-client>=4.9.2" ,
85
85
"prometheus_client" ,
You can’t perform that action at this time.
0 commit comments