Releases: jwodder/check-wheel-contents
Releases · jwodder/check-wheel-contents
v0.6.3 — Exclude bad click version
- Exclude click v8.2.2 from dependencies due to breakage caused by pallets/click#3024
v0.6.2 — Update click
- Update tests for click v8.2.0
- Drop support for Python 3.8 and 3.9
v0.6.1 — Packaging updates
- Migrated from setuptools to hatch
- Drop support for Python 3.7
- Support Python 3.13
v0.6.0 — Exclude toplevel from W005
- Support Python 3.12
- Add type annotations to tests
- W005 will no longer fail for common names that are provided to
--toplevel
(contributed by @gaborbernat)
v0.5.0 — Update pydantic to v2.0
Version 0.5.0
v0.4.0 — Python updates
- Drop support for Python 3.6
- Support Python 3.11
- Use
tomllib
on Python 3.11
v0.3.4 — Support tomli 2.0
- Support Python 3.10
- Support tomli 2.0
v0.3.3 — Update for tomli 1.2.0
Version 0.3.3
v0.3.2 — Better Windows support
- Replace
property-manager
withfunctools.cached_property
(Python 3.8+) /cached-property
(pre-Python 3.8) - Open TOML files using UTF-8 (contributed by @domdfcoding)
- Get tests to pass on Windows
v0.3.1 — Change TOML library
- Switch from toml to tomli