88 use-numpy :
99 - 0
1010 python-version :
11- - " 3.7"
12- - " 3.8"
1311 - " 3.9"
1412 - " 3.10"
1513 - " 3.11"
1614 - " 3.12"
15+ - " 3.13"
1716 - " pypy-3.9"
1817 - " pypy-3.10"
1918 clickhouse-version :
4746 include :
4847 - clickhouse-version : 20.3.20.6
4948 use-numpy : 1
50- python-version : 3.8
49+ python-version : 3.9
5150
5251 name : ${{ matrix.python-version }} CH=${{ matrix.clickhouse-version }} NUMPY=${{ matrix.use-numpy }}
5352 steps :
@@ -131,7 +130,7 @@ jobs:
131130 - name : Set up Python
132131 uses : actions/setup-python@v5
133132 with :
134- python-version : 3.8
133+ python-version : 3.9
135134 architecture : x64
136135 - name : Install valgrind
137136 run : sudo apt-get update && sudo apt-get install -y valgrind
@@ -180,7 +179,7 @@ jobs:
180179 - name : Set up Python
181180 uses : actions/setup-python@v5
182181 with :
183- python-version : 3.8
182+ python-version : 3.9
184183 architecture : x64
185184# - name: Login to Docker Hub
186185# uses: docker/login-action@v1
@@ -192,7 +191,7 @@ jobs:
192191 pip install --upgrade pip setuptools
193192 pip install cython cibuildwheel==$VERSION
194193 env :
195- VERSION : 2.16.2
194+ VERSION : 2.23.3
196195 - name : Build wheels
197196 run : cibuildwheel --output-dir wheelhouse
198197 env :
@@ -217,7 +216,7 @@ jobs:
217216 - name : Set up Python
218217 uses : actions/setup-python@v5
219218 with :
220- python-version : 3.8
219+ python-version : 3.9
221220 architecture : x64
222221# - name: Login to Docker Hub
223222# uses: docker/login-action@v1
@@ -229,7 +228,7 @@ jobs:
229228 pip install --upgrade pip setuptools
230229 pip install cython cibuildwheel==$VERSION
231230 env :
232- VERSION : 2.16.2
231+ VERSION : 2.23.3
233232 - name : Build wheels
234233 run : cibuildwheel --output-dir wheelhouse
235234 env :
@@ -258,7 +257,7 @@ jobs:
258257 - name : Set up Python
259258 uses : actions/setup-python@v5
260259 with :
261- python-version : 3.8
260+ python-version : 3.9
262261 architecture : x64
263262# - name: Login to Docker Hub
264263# uses: docker/login-action@v1
@@ -269,7 +268,7 @@ jobs:
269268 run : |
270269 pip install cibuildwheel==$env:VERSION
271270 env :
272- VERSION : 2.16.2
271+ VERSION : 2.23.3
273272 - name : Build wheels
274273 run : cibuildwheel --output-dir wheelhouse
275274 env :
@@ -305,7 +304,7 @@ jobs:
305304 - name : Set up Python
306305 uses : actions/setup-python@v5
307306 with :
308- python-version : 3.8
307+ python-version : 3.9
309308 architecture : x64
310309 - name : Set up QEMU
311310 id : qemu
@@ -318,7 +317,7 @@ jobs:
318317 pip install --upgrade pip setuptools
319318 pip install cibuildwheel==$VERSION
320319 env :
321- VERSION : 2.16.2
320+ VERSION : 2.23.3
322321 - name : Build wheels
323322 run : cibuildwheel --output-dir wheelhouse
324323 env :
0 commit comments