Skip to content

Commit

Permalink
activate recent numpy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Feb 29, 2024
1 parent 3cb282b commit fb01325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.9', '3.10'] #, '3.11'] There are still issues with Numpy <1.23 and 3.11.
numpy-version: ['<1.23']
numpy-version: ['<1.23', '<1.24', '<2.0']
astropy-version: ['<5.1', '<6.0', '<7.0']

steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ['3.10']
astropy-version: ['<5.1']
# astropy-version: ['<5.1'] not used at this time.

steps:
- name: Checkout code
Expand Down

0 comments on commit fb01325

Please sign in to comment.