File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
matrix :
184
184
os : [windows-latest]
185
185
floatx : [float64]
186
- python-version : ["3.8 "]
186
+ python-version : ["3.9 "]
187
187
test-subset :
188
188
- tests/variational/test_approximations.py tests/variational/test_callbacks.py tests/variational/test_inference.py tests/variational/test_opvi.py tests/test_initial_point.py
189
189
- tests/test_model.py tests/sampling/test_mcmc.py
@@ -259,7 +259,7 @@ jobs:
259
259
matrix :
260
260
os : [macos-latest]
261
261
floatx : [float64]
262
- python-version : ["3.9 "]
262
+ python-version : ["3.10 "]
263
263
test-subset :
264
264
- |
265
265
tests/sampling/test_parallel.py
@@ -338,7 +338,7 @@ jobs:
338
338
matrix :
339
339
os : [ubuntu-20.04]
340
340
floatx : [float64]
341
- python-version : ["3.10 "]
341
+ python-version : ["3.11 "]
342
342
test-subset :
343
343
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
344
344
fail-fast : false
Original file line number Diff line number Diff line change 30
30
"Development Status :: 5 - Production/Stable" ,
31
31
"Programming Language :: Python" ,
32
32
"Programming Language :: Python :: 3" ,
33
- "Programming Language :: Python :: 3.8" ,
34
33
"Programming Language :: Python :: 3.9" ,
35
34
"Programming Language :: Python :: 3.10" ,
36
35
"Programming Language :: Python :: 3.11" ,
71
70
# Also see MANIFEST.in
72
71
# package_data={'docs': ['*']},
73
72
classifiers = classifiers ,
74
- python_requires = ">=3.8 " ,
73
+ python_requires = ">=3.9 " ,
75
74
install_requires = install_reqs ,
76
75
tests_require = test_reqs ,
77
76
)
You can’t perform that action at this time.
0 commit comments