Skip to content

Commit

Permalink
MAINT: Set NumPy latest supported version to 1.20 #440
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca authored Feb 26, 2021
1 parent 9edfa92 commit 4c8c337
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{36,37,38,39}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{36,37,38,39}-test-numpy{116,117,118,119}
py{36,37,38,39}-test-numpy{116,117,118,119,120}
py{36,37,38,39}-test-scipy{12,13,14,15,16}
py{36,37,38,39}-test-astropy{40,41,42}
build_docs
Expand Down Expand Up @@ -42,6 +42,7 @@ description =
numpy117: with numpy 1.17.*
numpy118: with numpy 1.18.*
numpy119: with numpy 1.19.*
numpy120: with numpy 1.20.*
scipy12: with scipy 1.2.*
scipy13: with scipy 1.3.*
scipy14: with scipy 1.4.*
Expand All @@ -58,6 +59,7 @@ deps =
numpy117: numpy==1.17.*
numpy118: numpy==1.18.*
numpy119: numpy==1.19.*
numpy120: numpy==1.20.*

scipy12: scipy==1.2.*
scipy13: scipy==1.3.*
Expand All @@ -74,7 +76,7 @@ deps =
dev: git+https://github.com/astropy/astropy.git#egg=astropy

latest: astropy==4.2.*
latest: numpy==1.19.*
latest: numpy==1.20.*
latest: scipy==1.6.*

oldest: astropy==4.0.*
Expand Down

0 comments on commit 4c8c337

Please sign in to comment.