1
1
[tox]
2
2
envlist =
3
3
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 }
7
7
build_docs
8
8
linkcheck
9
9
codestyle
@@ -46,6 +46,7 @@ description =
46
46
numpy121: with numpy 1.21.*
47
47
numpy122: with numpy 1.22.*
48
48
numpy123: with numpy 1.23.*
49
+ numpy124: with numpy 1.24.*
49
50
scipy12: with scipy 1.2.*
50
51
scipy13: with scipy 1.3.*
51
52
scipy14: with scipy 1.4.*
@@ -54,12 +55,14 @@ description =
54
55
scipy17: with scipy 1.7.*
55
56
scipy18: with scipy 1.8.*
56
57
scipy19: with scipy 1.9.*
58
+ scipy110: with scipy 1.10.*
57
59
astropy40: with astropy 4.0.*
58
60
astropy41: with astropy 4.1.*
59
61
astropy42: with astropy 4.2.*
60
62
astropy43: with astropy 4.3.*
61
63
astropy50: with astropy 5.0.*
62
64
astropy51: with astropy 5.1.*
65
+ astropy52: with astropy 5.2.*
63
66
64
67
# The following provides some specific pinnings for key packages
65
68
deps =
72
75
numpy121: numpy ==1.21.*
73
76
numpy122: numpy ==1.22.*
74
77
numpy123: numpy ==1.23.*
78
+ numpy124: numpy ==1.24.*
75
79
76
80
scipy12: scipy ==1.2.*
77
81
scipy13: scipy ==1.3.*
@@ -81,21 +85,23 @@ deps =
81
85
scipy17: scipy ==1.7.*
82
86
scipy18: scipy ==1.8.*
83
87
scipy19: scipy ==1.9.*
88
+ scipy110: scipy ==1.10.*
84
89
85
90
astropy40: astropy ==4.0.*
86
91
astropy41: astropy ==4.1.*
87
92
astropy42: astropy ==4.2.*
88
93
astropy43: astropy ==4.3.*
89
94
astropy50: astropy ==5.0.*
90
95
astropy51: astropy ==5.1.*
96
+ astropy52: astropy ==5.2.*
91
97
92
98
dev: :NIGHTLY:numpy
93
99
dev: :NIGHTLY:scipy
94
100
dev: git+https://github.com/astropy/astropy.git# egg=astropy
95
101
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 .*
99
105
100
106
oldest: astropy ==4.0.*
101
107
oldest: numpy ==1.16.*
0 commit comments