@@ -24,39 +24,39 @@ jobs:
24
24
matrix :
25
25
include :
26
26
- os : ubuntu-latest
27
- python-version : " 3.12 "
27
+ python-version : " 3.13 "
28
28
TEST_FILES : tests/test_actionAngle.py
29
29
REQUIRES_PYNBODY : false
30
30
REQUIRES_ASTROPY : false
31
31
REQUIRES_ASTROQUERY : false
32
32
REQUIRES_NUMBA : false
33
33
REQUIRES_JAX : false
34
34
- os : ubuntu-latest
35
- python-version : " 3.12 "
35
+ python-version : " 3.13 "
36
36
TEST_FILES : tests/test_sphericaldf.py
37
37
REQUIRES_PYNBODY : false
38
38
REQUIRES_ASTROPY : false
39
39
REQUIRES_ASTROQUERY : false
40
40
REQUIRES_NUMBA : false
41
41
REQUIRES_JAX : true
42
42
- os : ubuntu-latest
43
- python-version : " 3.12 "
43
+ python-version : " 3.13 "
44
44
TEST_FILES : tests/test_actionAngleTorus.py tests/test_conversion.py tests/test_galpypaper.py tests/test_import.py tests/test_interp_potential.py tests/test_kuzminkutuzov.py tests/test_util.py
45
45
REQUIRES_PYNBODY : false
46
46
REQUIRES_ASTROPY : false
47
47
REQUIRES_ASTROQUERY : false
48
48
REQUIRES_NUMBA : false
49
49
REQUIRES_JAX : false
50
50
- os : ubuntu-latest
51
- python-version : " 3.12 "
51
+ python-version : " 3.13 "
52
52
TEST_FILES : tests/test_SpiralArmsPotential.py tests/test_potential.py tests/test_scf.py tests/test_snapshotpotential.py
53
53
REQUIRES_PYNBODY : true
54
54
REQUIRES_ASTROPY : false
55
55
REQUIRES_ASTROQUERY : false
56
56
REQUIRES_NUMBA : false
57
57
REQUIRES_JAX : false
58
58
- os : ubuntu-latest
59
- python-version : " 3.12 "
59
+ python-version : " 3.13 "
60
60
TEST_FILES : tests/test_quantity.py tests/test_coords.py
61
61
REQUIRES_PYNBODY : false
62
62
# needs to be separate for different config
@@ -65,69 +65,85 @@ jobs:
65
65
REQUIRES_NUMBA : false
66
66
REQUIRES_JAX : false
67
67
- os : ubuntu-latest
68
- python-version : " 3.12 "
68
+ python-version : " 3.13 "
69
69
TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
70
70
REQUIRES_PYNBODY : true
71
71
REQUIRES_ASTROPY : true
72
72
REQUIRES_ASTROQUERY : true
73
73
REQUIRES_NUMBA : false
74
74
REQUIRES_JAX : false
75
75
- os : ubuntu-latest
76
- python-version : " 3.12 "
76
+ python-version : " 3.13 "
77
77
TEST_FILES : tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
78
78
REQUIRES_PYNBODY : true
79
79
REQUIRES_ASTROPY : true
80
80
REQUIRES_ASTROQUERY : true
81
81
REQUIRES_NUMBA : false
82
82
REQUIRES_JAX : false
83
83
- os : ubuntu-latest
84
- python-version : " 3.12 "
84
+ python-version : " 3.13 "
85
85
TEST_FILES : tests/test_evolveddiskdf.py
86
86
REQUIRES_PYNBODY : false
87
87
REQUIRES_ASTROPY : false
88
88
REQUIRES_ASTROQUERY : false
89
89
REQUIRES_NUMBA : false
90
90
REQUIRES_JAX : false
91
91
- os : ubuntu-latest
92
- python-version : " 3.12 "
92
+ python-version : " 3.13 "
93
93
TEST_FILES : tests/test_jeans.py tests/test_dynamfric.py
94
94
REQUIRES_PYNBODY : false
95
95
REQUIRES_ASTROPY : false
96
96
REQUIRES_ASTROQUERY : false
97
97
REQUIRES_NUMBA : false
98
98
REQUIRES_JAX : false
99
99
- os : ubuntu-latest
100
- python-version : " 3.12 "
100
+ python-version : " 3.13 "
101
101
TEST_FILES : tests/test_qdf.py tests/test_pv2qdf.py tests/test_streamgapdf_impulse.py tests/test_noninertial.py
102
102
REQUIRES_PYNBODY : false
103
103
REQUIRES_ASTROPY : false
104
104
REQUIRES_ASTROQUERY : false
105
105
REQUIRES_NUMBA : true
106
106
REQUIRES_JAX : false
107
107
- os : ubuntu-latest
108
- python-version : " 3.12 "
108
+ python-version : " 3.13 "
109
109
TEST_FILES : tests/test_streamgapdf.py
110
110
REQUIRES_PYNBODY : false
111
111
REQUIRES_ASTROPY : false
112
112
REQUIRES_ASTROQUERY : false
113
113
REQUIRES_NUMBA : false
114
114
REQUIRES_JAX : false
115
115
- os : ubuntu-latest
116
- python-version : " 3.12 "
116
+ python-version : " 3.13 "
117
117
TEST_FILES : tests/test_diskdf.py
118
118
REQUIRES_PYNBODY : false
119
119
REQUIRES_ASTROPY : false
120
120
REQUIRES_ASTROQUERY : false
121
121
REQUIRES_NUMBA : false
122
122
REQUIRES_JAX : false
123
123
- os : ubuntu-latest
124
- python-version : " 3.12 "
124
+ python-version : " 3.13 "
125
125
TEST_FILES : tests/test_streamdf.py tests/test_streamspraydf.py
126
126
REQUIRES_PYNBODY : false
127
127
REQUIRES_ASTROPY : false
128
128
REQUIRES_ASTROQUERY : false
129
129
REQUIRES_NUMBA : false
130
130
REQUIRES_JAX : false
131
+ - os : ubuntu-latest
132
+ python-version : " 3.12"
133
+ TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
134
+ REQUIRES_PYNBODY : true
135
+ REQUIRES_ASTROPY : true
136
+ REQUIRES_ASTROQUERY : true
137
+ REQUIRES_NUMBA : false
138
+ REQUIRES_JAX : false
139
+ - os : ubuntu-latest
140
+ python-version : " 3.12"
141
+ TEST_FILES : tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
142
+ REQUIRES_PYNBODY : true
143
+ REQUIRES_ASTROPY : true
144
+ REQUIRES_ASTROQUERY : true
145
+ REQUIRES_NUMBA : false
146
+ REQUIRES_JAX : false
131
147
- os : ubuntu-latest
132
148
python-version : " 3.11"
133
149
TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
@@ -193,23 +209,23 @@ jobs:
193
209
REQUIRES_NUMBA : false
194
210
REQUIRES_JAX : false
195
211
- os : macos-13
196
- python-version : " 3.12 "
212
+ python-version : " 3.13 "
197
213
TEST_FILES : tests/test_orbit.py -k 'test_energy_jacobi_conservation or from_name'
198
214
REQUIRES_PYNBODY : true
199
215
REQUIRES_ASTROPY : true
200
216
REQUIRES_ASTROQUERY : true
201
217
REQUIRES_NUMBA : false
202
218
REQUIRES_JAX : false
203
219
- os : macos-13
204
- python-version : " 3.12 "
220
+ python-version : " 3.13 "
205
221
TEST_FILES : tests/test_orbit.py tests/test_orbits.py -k 'not test_energy_jacobi_conservation'
206
222
REQUIRES_PYNBODY : true
207
223
REQUIRES_ASTROPY : true
208
224
REQUIRES_ASTROQUERY : true
209
225
REQUIRES_NUMBA : false
210
226
REQUIRES_JAX : false
211
227
env :
212
- PYTHON_COVREPORTS_VERSION : " 3.12 "
228
+ PYTHON_COVREPORTS_VERSION : " 3.13 "
213
229
steps :
214
230
- uses : actions/checkout@v4
215
231
- name : Set up Python ${{ matrix.python-version }}
0 commit comments