diff --git a/generic_loader/load_sas.py b/generic_loader/load_sas.py index 614c4b4..83b4f28 100644 --- a/generic_loader/load_sas.py +++ b/generic_loader/load_sas.py @@ -4,8 +4,8 @@ Library-style functions plus a thin CLI wrapper. Designed so an orchestrator can wrap the library for directory/batch mode; orchestration is out of scope here. -Python 3.9 compatible (target is an air-gapped host that currently only has -3.9). ``from __future__ import annotations`` lets us use PEP 585 generics +Python 3.14 compatible (target is an air-gapped host that currently only has +3.14). ``from __future__ import annotations`` lets us use PEP 585 generics as annotations; runtime-resolved type uses (dataclass defaults, etc.) stick to ``typing``. diff --git a/utils/file_viewer.py b/utils/file_viewer.py index 04602b7..01fa0c1 100644 --- a/utils/file_viewer.py +++ b/utils/file_viewer.py @@ -5,7 +5,7 @@ Configure the four constants below, then run:: python3 file_viewer.py -Python 3.9 compatible. +Python 3.14 compatible. """ from __future__ import annotations