发布

  • chore(release): v0.5.4 — drop Python 3.14 classifier

    frostbyte_neo 发布于 2026-05-19 14:03:10 +00:00

    Same-day hotfix for v0.5.3 Debian/Ubuntu package build failure.

    Ubuntu 24.04 ships hatchling 1.18.0, whose Trove-classifier whitelist
    predates the Python 3.14 stable release. The build rejected
    v0.5.3's pyproject.toml with ValueError: Unknown classifier: Programming Language :: Python :: 3.14 during the wheel metadata
    validation step.

    The classifier was cosmetic — actual Python 3.14 coverage comes from
    the CI matrix (.github/workflows/ci.yml), which is unaffected. The
    line is dropped; 3.14 functional testing is unchanged.

    RPM / OBS / AUR / GitHub Release artifacts in v0.5.3 were unaffected
    and stay on v0.5.3 contents.

    下载附件