You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyproject.toml: requires-python actualizado de >=3.8 a >=3.10. El código usa sintaxis PEP 604 (str | None, list[str]) que requiere Python 3.10 o superior. Antes el paquete se instalaba en 3.8/3.9 pero crashaba al primer import — ahora pip se niega antes con un mensaje claro
README: badge de Python actualizado a 3.10+ (antes mentía con 3.7+)
Added
README: badges de Tests (estado del último workflow) y Release (última versión publicada) vía shields.io