Skip to content

Commit

Permalink
Fix to issue #555
Browse files Browse the repository at this point in the history
Update python, numpy, astropy versions in tox.ini
  • Loading branch information
Russell Kackley committed Jul 13, 2024
1 parent 3d966a3 commit ffc998a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
py{37,38,39}-test{,-alldeps,-devdeps}{,-cov}
py{37,38,39}-test-numpy{117,118,119}
py{37,38,39}-test-astropy{lts,41,42}
py{310,311,312}-test{,-alldeps,-devdeps}{,-cov}
py{310,311,312}-test-numpy{123,124,125}
py{310,311,312}-test-astropy{lts,53,60}
build_docs
linkcheck
codestyle
Expand Down

0 comments on commit ffc998a

Please sign in to comment.