Skip to content

Commit 7c2fab2

Browse files
authored
Merge branch 'main' into galaxyq
2 parents e1952db + e9dd3f5 commit 7c2fab2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

tox.ini

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
33
py{37,38,39,310}-test{,-all}{,-dev,-latest,-oldest}{,-cov}
4-
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123}
5-
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19}
6-
py{37,38,39,310}-test-astropy{40,41,42,43,50,51}
4+
py{37,38,39,310}-test-numpy{116,117,118,119,120,121,122,123,124}
5+
py{37,38,39,310}-test-scipy{12,13,14,15,16,17,18,19,110}
6+
py{37,38,39,310}-test-astropy{40,41,42,43,50,51,52}
77
build_docs
88
linkcheck
99
codestyle
@@ -46,6 +46,7 @@ description =
4646
numpy121: with numpy 1.21.*
4747
numpy122: with numpy 1.22.*
4848
numpy123: with numpy 1.23.*
49+
numpy124: with numpy 1.24.*
4950
scipy12: with scipy 1.2.*
5051
scipy13: with scipy 1.3.*
5152
scipy14: with scipy 1.4.*
@@ -54,12 +55,14 @@ description =
5455
scipy17: with scipy 1.7.*
5556
scipy18: with scipy 1.8.*
5657
scipy19: with scipy 1.9.*
58+
scipy110: with scipy 1.10.*
5759
astropy40: with astropy 4.0.*
5860
astropy41: with astropy 4.1.*
5961
astropy42: with astropy 4.2.*
6062
astropy43: with astropy 4.3.*
6163
astropy50: with astropy 5.0.*
6264
astropy51: with astropy 5.1.*
65+
astropy52: with astropy 5.2.*
6366

6467
# The following provides some specific pinnings for key packages
6568
deps =
@@ -72,6 +75,7 @@ deps =
7275
numpy121: numpy==1.21.*
7376
numpy122: numpy==1.22.*
7477
numpy123: numpy==1.23.*
78+
numpy124: numpy==1.24.*
7579

7680
scipy12: scipy==1.2.*
7781
scipy13: scipy==1.3.*
@@ -81,21 +85,23 @@ deps =
8185
scipy17: scipy==1.7.*
8286
scipy18: scipy==1.8.*
8387
scipy19: scipy==1.9.*
88+
scipy110: scipy==1.10.*
8489

8590
astropy40: astropy==4.0.*
8691
astropy41: astropy==4.1.*
8792
astropy42: astropy==4.2.*
8893
astropy43: astropy==4.3.*
8994
astropy50: astropy==5.0.*
9095
astropy51: astropy==5.1.*
96+
astropy52: astropy==5.2.*
9197

9298
dev: :NIGHTLY:numpy
9399
dev: :NIGHTLY:scipy
94100
dev: git+https://github.com/astropy/astropy.git#egg=astropy
95101

96-
latest: astropy==5.1.*
97-
latest: numpy==1.23.*
98-
latest: scipy==1.9.*
102+
latest: astropy==5.2.*
103+
latest: numpy==1.24.*
104+
latest: scipy==1.10.*
99105

100106
oldest: astropy==4.0.*
101107
oldest: numpy==1.16.*

0 commit comments

Comments
 (0)