Skip to content

Commit

Permalink
disable numpy-dev on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Jan 31, 2025
1 parent 1eedbe2 commit 3672409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
# Min version of dask we need dropped support for Python 3.9
# There is no numpy git tip for Python 3.9
python-version: ${{ (inputs.package-name == 'dask' && fromJson('[''3.10'', ''3.11'', ''3.12'']')) || (inputs.package-name == 'numpy' && inputs.xfails-file-extra == '-dev' && fromJson('[''3.10'', ''3.11'', ''3.12'']')) || fromJson('[''3.9'', ''3.10'', ''3.11'', ''3.12'']') }}
# There is no numpy git tip for Python 3.9 or 3.10
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'']') }}

steps:
- name: Checkout array-api-compat
Expand Down

0 comments on commit 3672409

Please sign in to comment.