Skip to content

Commit

Permalink
try updating to Python 3.10 at least
Browse files Browse the repository at this point in the history
  • Loading branch information
geordie666 committed Sep 9, 2024
1 parent feba8e9 commit 1f1b114
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 @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.9'] # ADM Python 3.11 still has problems with Numpy 1.23.
python-version: ['3.10'] # ADM Python 3.11 still has problems with Numpy 1.23.
astropy-version: ['<6'] # ADM latest version.
fitsio-version: ['<2'] # ADM latest version.
numpy-version: ['<1.23'] # to keep asscalar, used by astropy.
Expand Down

0 comments on commit 1f1b114

Please sign in to comment.