Skip to content

Commit

Permalink
reduce range of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Feb 29, 2024
1 parent 3c9af83 commit 6de811f
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 @@ -17,9 +17,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ['3.9', '3.10', '3.11'] # There are still issues with Numpy <1.23 and 3.11.
python-version: ['3.9', '3.10'] #, '3.11'] # There are still issues with Numpy <1.23 and 3.11.
numpy-version: ['<1.23', '<1.24', '<2.0']
astropy-version: ['==5.0', '<5.1', '<6.0', '<7.0']
astropy-version: ['<5.1', '<6.0', '<7.0']

steps:
- name: Checkout code
Expand Down

0 comments on commit 6de811f

Please sign in to comment.