fix: restrict Python version to <3.13 to avoid tiktoken build failure (fixes #311)

This commit is contained in:
Octopus 2026-04-03 10:52:54 +08:00
parent fa0f6519b1
commit 0545cca977
1 changed files with 1 additions and 1 deletions

View File

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