fix(backend): constrain Python version to 3.11-3.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "mirofish-backend"
|
||||
version = "0.1.0"
|
||||
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.11,<3.13"
|
||||
license = { text = "AGPL-3.0" }
|
||||
authors = [
|
||||
{ name = "MiroFish Team" }
|
||||
|
||||
Reference in New Issue
Block a user