chore: require python 3.12 and simplify config
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user