Update minimum Python to 3.13
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 4s
CI / ci (pull_request) Successful in 1m17s

This commit is contained in:
2026-02-21 17:38:09 +00:00
parent 8da626861f
commit d0abca2818
2 changed files with 9 additions and 162 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{name = "luketainton"},
]
requires-python = "<3.14,>=3.11"
requires-python = "<3.14,>=3.13"
dependencies = [
"webex-bot<1.2.1,>=1.2.0",
"pillow<12.1.2,>=12.1.1",