fix(backend): constrain Python version to 3.11-3.12

This commit is contained in:
666ghj
2026-05-24 22:59:36 +08:00
parent db1bc144ff
commit 3f4d56116c
2 changed files with 6 additions and 723 deletions

View File

@@ -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" }