From 9f39cda04c03ccafda42f444020fcbe0c789f9d4 Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Tue, 14 Jan 2025 19:25:17 +0100 Subject: [PATCH] fix: Specify that we currently don't support py313 due to pyo3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",