Skip to content

Commit

Permalink
Add Astropy 6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 29, 2023
1 parent c21e080 commit 61d4689
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.8', '3.9', '3.10'] # , '3.11'] Astropy 5.0 may be incompatible with Python 3.11
python-version: ['3.9', '3.10', '3.11']
numpy-version: ['<1.23']
astropy-version: ['==5.0', '<5.1', '<6.0']
astropy-version: ['<5.1', '<6.0', '<7.0']

steps:
- name: Checkout code
Expand Down

0 comments on commit 61d4689

Please sign in to comment.