Skip to content

Commit 6a1d3ef

Browse files
committed
build: allow python 3.13
1 parent c6f5701 commit 6a1d3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Sample Stan or PyMC models"
88
version = "0.14.0"
99
authors = [{ name = "PyMC Developers", email = "[email protected]" }]
1010
readme = "README.md"
11-
requires-python = ">=3.10,<3.13"
11+
requires-python = ">=3.10,<3.14"
1212
license = { text = "MIT" }
1313
classifiers = [
1414
"Programming Language :: Rust",

0 commit comments

Comments
 (0)