Skip to content

Commit

Permalink
Astropy 5.0 may be incompatible with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Apr 4, 2023
1 parent cd31d83 commit 555627b
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.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10'] # , '3.11'] Astropy 5.0 may be incompatible with Python 3.11
numpy-version: ['<1.23']
astropy-version: ['==5.0', '<5.1', '<6.0']

Expand Down

0 comments on commit 555627b

Please sign in to comment.