diff --git a/pyproject.toml b/pyproject.toml index a5a3a10..7e674af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ name = "nutpie" description = "Sample Stan or PyMC models" authors = [{ name = "PyMC Developers", email = "pymc.devs@gmail.com" }] readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" license = { text = "MIT" } classifiers = [ "Programming Language :: Rust",