Releases: kdeldycke/click-extra
Releases · kdeldycke/click-extra
v4.11.3
v4.11.2
v4.11.1
v4.11.0
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 onubuntu-20.04
. - Upgrade tests from
macos-14
tomacos-15
.
v4.10.0
Changes
- Move all platform detection utilities to its own standalone Extra Platforms project.
- Add dependency on
extra-platforms
.
v4.9.0
Changes
- Switch from Poetry to
uv
. - Drop support for Python 3.8.
- Mark Python 3.13-dev tests as stable.
- Remove dependency on
regex
.
v4.8.3
v4.8.2
v4.8.1
v4.8.0
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
andpytest
into optional extra dependencies. Closes {issue}836
. - Split
dev
dependency groups into optionaltest
,typing
anddocs
groups. - Remove direct dependency on
mypy
. - Allow running tests with Python 3.8 and 3.9 on
macos-14
runners.