Skip to content

Commit c2c4baf

Browse files
author
Antigravity Agent
committed
fix: Python 3.14 互換性問題への対応(バージョン制限と .python-version 追加)
1 parent cddc580 commit c2c4baf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
description = "Nexus Ark: AI Persona Interaction System"
55
authors = [{ name = "Kenomendako", email = "kenomendako@example.com" }]
66
readme = "README.md"
7-
requires-python = ">=3.11"
7+
requires-python = ">=3.11, <3.14"
88
dependencies = [
99
# --- Core Frameworks ---
1010
"gradio==5.47.0",

0 commit comments

Comments
 (0)