File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 35
35
matrix :
36
36
os : [ubuntu-20.04]
37
37
floatx : [float64]
38
- python-version : ["3.10 "]
38
+ python-version : ["3.11 "]
39
39
test-subset :
40
40
- |
41
41
tests/test_util.py
@@ -313,7 +313,7 @@ jobs:
313
313
matrix :
314
314
os : [ubuntu-20.04]
315
315
floatx : [float64]
316
- python-version : ["3.9 "]
316
+ python-version : ["3.10 "]
317
317
test-subset :
318
318
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
319
319
fail-fast : false
@@ -383,7 +383,7 @@ jobs:
383
383
matrix :
384
384
os : [windows-latest]
385
385
floatx : [float32]
386
- python-version : ["3.10 "]
386
+ python-version : ["3.11 "]
387
387
test-subset :
388
388
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py
389
389
fail-fast : false
Original file line number Diff line number Diff line change 33
33
"Programming Language :: Python :: 3.8" ,
34
34
"Programming Language :: Python :: 3.9" ,
35
35
"Programming Language :: Python :: 3.10" ,
36
+ "Programming Language :: Python :: 3.11" ,
36
37
"License :: OSI Approved :: Apache Software License" ,
37
38
"Intended Audience :: Science/Research" ,
38
39
"Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments