mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
fix: limit Python to <3.13 (PyO3 3.14 incompatibility)
This commit is contained in:
parent
9143531697
commit
8a9266a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue