chore: require python 3.12 and simplify config

This commit is contained in:
banteg
2025-12-28 21:44:18 +04:00
parent 8be15d7df3
commit 540aeaeea4
8 changed files with 13 additions and 18 deletions
+1 -2
View File
@@ -3,11 +3,10 @@ name = "codex-telegram-bridge"
version = "0.1.0"
description = "Telegram bridge tools for Codex."
readme = "readme.md"
requires-python = ">=3.10"
requires-python = ">=3.12"
dependencies = [
"markdown-it-py",
"sulguk",
"tomli; python_version < '3.11'",
"typer",
]