Skip to content

Commit 4781e2e

Browse files
authored
Permit Python version 3.12 (#474)
Allow Python version 3.12 after successful CI run: https://github.com/bayesflow-org/bayesflow/actions/runs/14988542031
1 parent 3c0bcc4 commit 4781e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ classifiers = [
1616
"Programming Language :: Python :: 3 :: Only",
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1920
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2021
]
2122
description = "Amortizing Bayesian Inference With Neural Networks"
2223
readme = { file = "README.md", content-type = "text/markdown" }
2324
license = { file = "LICENSE" }
2425

25-
requires-python = ">= 3.10, < 3.12"
26+
requires-python = ">= 3.10, < 3.13"
2627
dependencies = [
2728
"keras >= 3.9",
2829
"matplotlib",

0 commit comments

Comments
 (0)