Just released: termcolor 3.0.0 π
ANSI colour formatting for the terminal.
π¨ Add support for Python 3.14
π¨ Only apply FORCE_COLOR, NO_COLOR & ANSI_COLORS_DISABLED env vars when present & not an empty string
π¨ Replace literal types with strings
π¨ Replace deprecated classifier with licence expression (PEP 639)
π¨ Speedup: move typing imports into type-checking block
π¨ Remove deprecated __ALL__, use __all__ instead