fix: update Python version requirements to support 3.10 and adjust CI workflow

This commit is contained in:
bohd4nx
2026-04-14 01:34:27 +03:00
parent 028984155b
commit 6b6ca37f10
21 changed files with 43 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import json
from typing import Any, Literal, get_args
+3
View File
@@ -1,3 +1,6 @@
from __future__ import annotations
class FragmentError(Exception):
"""Base exception for all pyfragment library errors."""
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
from dataclasses import dataclass
from typing import Any