Lowered minimum Python version to 3.12 and added CI matrix for testing 3.12/3.13/3.14.
Dependency Audit / Dependency Audit (push) Successful in 17s
CI / Formatting (push) Successful in 14s
CI / Linting (push) Successful in 13s
CI / Tests (Python 3.12) (push) Successful in 28s
CI / Tests (Python 3.13) (push) Successful in 26s
CI / Tests (Python 3.14) (push) Successful in 24s
CI / Type Checking (push) Successful in 27s

This commit is contained in:
2026-02-19 11:31:11 -05:00
parent a276e35fbe
commit 33dd49e20a
29 changed files with 504 additions and 11 deletions
@@ -21,6 +21,8 @@ arguments; the engine immediately stops processing and returns ``str(e)`` as
the entire response, discarding any other template content.
"""
from __future__ import annotations
import random
import re
from collections.abc import Awaitable, Callable