Skip to content

Commit e5824ce

Browse files
committed
restrict to python <= 3.13 for PyO3, for now
1 parent f521e25 commit e5824ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
readme = "README.md"
88

9-
requires-python = "~=3.12"
9+
requires-python = "<3.13"
1010
dependencies = [
1111
"sphinx>=7.1",
1212
"sphinxcontrib-platformpicker~=1.4",

0 commit comments

Comments
 (0)