We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d7c74 commit 25ede3bCopy full SHA for 25ede3b
1 file changed
.github/workflows/array-api-tests.yml
@@ -40,7 +40,8 @@ jobs:
40
runs-on: ubuntu-latest
41
strategy:
42
matrix:
43
- python-version: ['3.9', '3.10', '3.11', '3.12']
+ # min version of dask we needs drops support for python 3.9
44
+ python-version: ${{ inputs.package-name == 'dask' && ['3.10', '3.11', '3.12'] || ['3.9', '3.10', '3.11', '3.12'] }}
45
46
steps:
47
- name: Checkout array-api-compat
0 commit comments