Skip to content

Commit

Permalink
BLD: Set numpy oldest supported version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca committed Dec 10, 2024
1 parent 363d4ef commit cb6d046
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{39,310,311,312}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
py{39,310,311,312}-test-numpy{117,118,119,120,121,122,123,124,125,126,20,21}
py{39,310,311,312}-test-numpy{119,120,121,122,123,124,125,126,20,21}
py{39,310,311,312}-test-scipy{16,17,18,19,110,111,112,113,114}
py{39,310,311,312}-test-astropy{40,41,42,43,50,51,52,53,60,61,70}
build_docs
Expand Down Expand Up @@ -36,8 +36,6 @@ description =
latest: with the latest supported version of key dependencies
oldest: with the oldest supported version of key dependencies
cov: and test coverage
numpy117: with numpy 1.17.*
numpy118: with numpy 1.18.*
numpy119: with numpy 1.19.*
numpy120: with numpy 1.20.*
numpy121: with numpy 1.21.*
Expand Down Expand Up @@ -72,8 +70,6 @@ description =
# The following provides some specific pinnings for key packages
deps =

numpy117: numpy==1.17.*
numpy118: numpy==1.18.*
numpy119: numpy==1.19.*
numpy120: numpy==1.20.*
numpy121: numpy==1.21.*
Expand Down Expand Up @@ -116,7 +112,7 @@ deps =
latest: scipy==1.14.*

oldest: astropy==4.0.*
oldest: numpy==1.17.*
oldest: numpy==1.19.*
oldest: scipy==1.6.*

# The following indicates which extras_require from setup.cfg will be installed
Expand Down

0 comments on commit cb6d046

Please sign in to comment.