Skip to content

Commit 0378692

Browse files
committed
Move to py3.10 CI
Assuming #1444 will be merged before this one
1 parent d70db53 commit 0378692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [ubuntu-latest, ubuntu-24.04-arm, macOS-latest, windows-latest]
39-
python-version: ["3.9", "3.13"]
39+
python-version: ["3.10", "3.13"]
4040
dask-client: ["with", "without"]
4141

4242
name: Test (${{ matrix.os }}) - py ${{ matrix.python-version }}, ${{ matrix.dask-client }} dask

0 commit comments

Comments
 (0)