Skip to content

Commit b4412d1

Browse files
committed
Test on Python 3.12
1 parent 89b1985 commit b4412d1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
os: [ubuntu-20.04]
5050
floatx: [float64]
51-
python-version: ["3.11"]
51+
python-version: ["3.12"]
5252
test-subset:
5353
- |
5454
tests/test_util.py
@@ -263,7 +263,7 @@ jobs:
263263
matrix:
264264
os: [macos-latest]
265265
floatx: [float64]
266-
python-version: ["3.10"]
266+
python-version: ["3.12"]
267267
test-subset:
268268
- |
269269
tests/sampling/test_parallel.py
@@ -342,7 +342,7 @@ jobs:
342342
matrix:
343343
os: [ubuntu-20.04]
344344
floatx: [float64]
345-
python-version: ["3.11"]
345+
python-version: ["3.12"]
346346
test-subset:
347347
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
348348
fail-fast: false
@@ -410,7 +410,7 @@ jobs:
410410
matrix:
411411
os: [windows-latest]
412412
floatx: [float32]
413-
python-version: ["3.11"]
413+
python-version: ["3.12"]
414414
test-subset:
415415
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
416416
fail-fast: false

conda-envs/environment-jax.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies:
1313
- h5py>=2.7
1414
# Jaxlib version must not be greater than jax version!
1515
- blackjax>=1.0.0
16-
- jaxlib==0.4.14
17-
- jax==0.4.16
16+
- jaxlib==0.4.23
17+
- jax==0.4.23
1818
- libblas=*=*mkl
1919
- mkl-service
2020
- numpy>=1.15.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"Programming Language :: Python :: 3.9",
3434
"Programming Language :: Python :: 3.10",
3535
"Programming Language :: Python :: 3.11",
36+
"Programming Language :: Python :: 3.12",
3637
"License :: OSI Approved :: Apache Software License",
3738
"Intended Audience :: Science/Research",
3839
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)