Skip to content

Commit 081a0b4

Browse files
committed
Explicitly prevent Python 3.12
To discuss: If we don't support 3.12, maybe we should enforce this here in `pyproject.toml`? Source: <#441 (comment)> I'm not convinced that this is the right move since it might slightly hinder testing. But if we are explicit, then this seems to me like the correct place for it.
1 parent 36df379 commit 081a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "pytensor"
1212
dynamic = [
1313
'version'
1414
]
15-
requires-python = ">=3.9"
15+
requires-python = ">=3.9,<3.12"
1616
authors = [
1717
{name = "pymc-devs", email = "[email protected]"}
1818
]

0 commit comments

Comments
 (0)