Skip to content

Commit

Permalink
add 3.11 test
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Feb 29, 2024
1 parent 6d69fc9 commit 43b4f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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']

Expand Down

0 comments on commit 43b4f4b

Please sign in to comment.