Skip to content

Commit 25ede3b

Browse files
committed
drop 3.9
1 parent 54d7c74 commit 25ede3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/array-api-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ['3.9', '3.10', '3.11', '3.12']
43+
# 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'] }}
4445

4546
steps:
4647
- name: Checkout array-api-compat

0 commit comments

Comments
 (0)