8000 CI: drop python 3.9, numpy 1.21 · data-apis/array-api-compat@46913ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 46913ef

Browse files
committed
CI: drop python 3.9, numpy 1.21
1 parent a48a186 commit 46913ef

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/array-api-tests-numpy-1-21.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
matrix:
4343
# Min version of dask we need dropped support for Python 3.9
4444
# There is no numpy git tip for Python 3.9 or 3.10
45-
python-version: ${{ (inputs.package-name == 'dask' && fromJson('[''3.10'', ''3.11'', ''3.12'']')) || (inputs.package-name == 'numpy' && inputs.xfails-file-extra == '-dev' && fromJson('[''3.11'', ''3.12'']')) || fromJson('[''3.9'', ''3.10'', ''3.11'', ''3.12'']') }}
45+
# python-version: ${{ (inputs.package-name == 'dask' && fromJson('[''3.10'', ''3.11'', ''3.12'']')) || (inputs.package-name == 'numpy' && inputs.xfails-file-extra == '-dev' && fromJson('[''3.11'', ''3.12'']')) || fromJson('[''3.9'', ''3.10'', ''3.11'', ''3.12'']') }}
46+
python-version: ['3.10', '3.11', '3.12']
4647

4748
steps:
4849
- name: Checkout array-api-compat

0 commit comments

Comments
 (0)
0