fix: restrict Python version to <3.13 to avoid tiktoken build failure (fixes #311)
This commit is contained in:
parent
fa0f6519b1
commit
0545cca977
|
|
@ -2,7 +2,7 @@
|
||||||
name = "mirofish-backend"
|
name = "mirofish-backend"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11,<3.13"
|
||||||
license = { text = "AGPL-3.0" }
|
license = { text = "AGPL-3.0" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "MiroFish Team" }
|
{ name = "MiroFish Team" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue