提交 081a0b48 authored 作者: Ben Mares's avatar Ben Mares

Explicitly prevent Python 3.12

To discuss: If we don't support 3.12, maybe we should enforce this here in `pyproject.toml`? Source: <https://github.com/pymc-devs/pytensor/issues/441#issuecomment-1752718880> 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.
上级 36df3798
...@@ -12,7 +12,7 @@ name = "pytensor" ...@@ -12,7 +12,7 @@ name = "pytensor"
dynamic = [ dynamic = [
'version' 'version'
] ]
requires-python = ">=3.9" requires-python = ">=3.9,<3.12"
authors = [ authors = [
{name = "pymc-devs", email = "pymc.devs@gmail.com"} {name = "pymc-devs", email = "pymc.devs@gmail.com"}
] ]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论