Skip to content

Commit 5603792

Browse files
committed
Add explicit support for Python 3.11
1 parent 4965292 commit 5603792

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: [ubuntu-20.04]
3737
floatx: [float64]
38-
python-version: ["3.10"]
38+
python-version: ["3.11"]
3939
test-subset:
4040
- |
4141
tests/test_util.py
@@ -313,7 +313,7 @@ jobs:
313313
matrix:
314314
os: [ubuntu-20.04]
315315
floatx: [float64]
316-
python-version: ["3.9"]
316+
python-version: ["3.10"]
317317
test-subset:
318318
- tests/sampling/test_jax.py tests/sampling/test_mcmc_external.py
319319
fail-fast: false
@@ -383,7 +383,7 @@ jobs:
383383
matrix:
384384
os: [windows-latest]
385385
floatx: [float32]
386-
python-version: ["3.10"]
386+
python-version: ["3.11"]
387387
test-subset:
388388
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py
389389
fail-fast: false

setup.py

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

0 commit comments

Comments
 (0)