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
+2
View File
@@ -21,6 +21,8 @@ This module provides the module-facing API for commands:
- CommandHandler type alias
"""
from __future__ import annotations
from dataclasses import dataclass, field
from typing import TYPE_CHECKING, TypedDict