Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: Set numpy latest supported version to 1.22 #506

Merged
merged 2 commits into from
Jan 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{36,37,38,39,310}-test-numpy{116,117,118,119,120,121}
py{36,37,38,39,310}-test-numpy{116,117,118,119,120,121,122}
py{36,37,38,39,310}-test-scipy{12,13,14,15,16,17}
py{36,37,38,39,310}-test-astropy{40,41,42,43,50}
build_docs
Expand Down Expand Up @@ -44,6 +44,7 @@ description =
numpy119: with numpy 1.19.*
numpy120: with numpy 1.20.*
numpy121: with numpy 1.21.*
numpy122: with numpy 1.22.*
scipy12: with scipy 1.2.*
scipy13: with scipy 1.3.*
scipy14: with scipy 1.4.*
Expand All @@ -65,6 +66,7 @@ deps =
numpy119: numpy==1.19.*
numpy120: numpy==1.20.*
numpy121: numpy==1.21.*
numpy122: numpy==1.22.*

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

latest: astropy==5.0.*
latest: numpy==1.21.*
latest: numpy==1.22.*
latest: scipy==1.7.*

oldest: astropy==4.0.*
Expand Down