Skip to content

Releases: kdeldycke/click-extra

v4.11.0

08 Oct 17:39
Compare
Choose a tag to compare

Changes

  • Add support for Python 3.13.
  • Drop supports for Python 3.9.
  • Run tests on Python 3.14-dev.
  • Add tests on ubuntu-24.04. Remove tests on ubuntu-20.04.
  • Upgrade tests from macos-14 to macos-15.

🐍 Available on PyPi.

v4.10.0

05 Sep 09:52
Compare
Choose a tag to compare

Changes

  • Move all platform detection utilities to its own standalone Extra Platforms project.
  • Add dependency on extra-platforms.

🐍 Available on PyPi.

v4.9.0

25 Jul 12:06
Compare
Choose a tag to compare

Changes

  • Switch from Poetry to uv.
  • Drop support for Python 3.8.
  • Mark Python 3.13-dev tests as stable.
  • Remove dependency on regex.

🐍 Available on PyPi.

v4.8.3

25 May 08:30
Compare
Choose a tag to compare

Changes

  • Fix string interpolation in log message.

🐍 Available on PyPi.

v4.8.2

25 May 07:59
Compare
Choose a tag to compare

Changes

  • Do not raise error if package version cannot be fetched.

🐍 Available on PyPi.

v4.8.1

23 May 15:26
Compare
Choose a tag to compare

Changes

  • Do not fail on docs_update import if pygments is not installed.

🐍 Available on PyPi.

v4.8.0

23 May 06:00
Compare
Choose a tag to compare

Changes

  • Slim down package by moving unit tests out of the main package.
  • Allow reuse of Pytest fixures and marks by other packages.
  • Move dependencies extending pygments, sphinx and pytest into optional extra dependencies. Closes {issue}836.
  • Split dev dependency groups into optional test, typing and docs groups.
  • Remove direct dependency on mypy.
  • Allow running tests with Python 3.8 and 3.9 on macos-14 runners.

🐍 Available on PyPi.

v4.7.5

05 Apr 10:54
Compare
Choose a tag to compare

Changes

  • Remove bypass of cloup.Color re-import.

🐍 Available on PyPi.

v4.7.4

23 Feb 17:22
Compare
Choose a tag to compare

Changes

  • Allow standalone --version option to output its debug messages.
  • Force closing of context before exiting CLIs to provoque callback calls and prevent state leaks.
  • Run tests on macos-14. Remove tests on macos-12.

🐍 Available on PyPi.

v4.7.3

07 Jan 05:39
Compare
Choose a tag to compare
  • Run tests on Python 3.13-dev branch.

🐍 Available on PyPi.