We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70db53 commit 0378692Copy full SHA for 0378692
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
os: [ubuntu-latest, ubuntu-24.04-arm, macOS-latest, windows-latest]
39
- python-version: ["3.9", "3.13"]
+ python-version: ["3.10", "3.13"]
40
dask-client: ["with", "without"]
41
42
name: Test (${{ matrix.os }}) - py ${{ matrix.python-version }}, ${{ matrix.dask-client }} dask
0 commit comments