fix(python): downgrade to latest Python 3.13 (#523)
All checks were successful
Security / Snyk (push) Successful in 56s

This app's dependencies do not work with Python 3.14's new async event loop changes, so I am setting the upper version limit to 3.13.

Reviewed-on: #523
This commit was merged in pull request #523.
This commit is contained in:
2025-11-02 17:33:31 +00:00
parent 51cdbeaf19
commit 407368dfc5
5 changed files with 4 additions and 92 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{name = "luketainton"},
]
requires-python = ">=3.11.2"
requires-python = "<3.14,>=3.11"
dependencies = [
"webex-bot<1.1.0,>=1.0.3",
"pillow<12.0.1,>=12.0.0",