fix: limit Python to <3.13 (PyO3 3.14 incompatibility)

This commit is contained in:
anatoliy 2026-01-17 04:03:33 +03:00
parent 9143531697
commit 8a9266a70d

View file

@ -7,7 +7,7 @@ authors = [
]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.11,<4.0"
requires-python = ">=3.11,<3.13"
dependencies = [
"rapid-api-client (==0.6.0)",
"orjson (>=3.10.15,<4.0.0)",