Bump to Python 3.13

This commit is contained in:
2025-08-16 23:28:10 +01:00
parent 1872a97088
commit f52d8ca81e
4 changed files with 230 additions and 196 deletions

View File

@@ -5,7 +5,7 @@ description = "A simple Telegram bot to receive SMS messages."
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.9,<3.10"
requires-python = ">=3.13"
dependencies = [
"flask[async]>=3.1.1",
"prometheus-async>=25.1.0",