Releases: ithaka/apiron
Releases · ithaka/apiron
v9.1.0
v9.0.0
v8.0.2
v8.0.1
v8.0.0-post.1
Merge pull request #141 from ithaka/chore/release-8.0.0-post.1 Prep release 8.0.0-post.1
v8.0.0
[8.0.0] - 2024-09-04
Changed
- Updated to simpler typing syntax for optional arguments and iterable types using
pyupgrade - Reformatted files constrained to Python 3.8+ syntax using
black - Updated documentation to prefer
toxusage - Updated documentation dependencies and removed upper bounds on their versions
- Add support for Python 3.12
- Remove upper bound on dependencies
Removed
- apiron no longer supports Python 3.7, which reached end of life on 2023-06-27
- apiron no longer supports Python 3.8, which reaches end of life on 2024-10-31
v7.1.0-post.3
[7.1.0-post.3] - 2023-06-20
Fixed
- Update permissions in publishing workflow to allow publishing of files to GitHub releases
v7.1.0-post.2
[7.1.0-post.2] - 2023-06-14
Changed
- Use
packageandwheel_build_envto speed up tests as this is a pure Python package. See the tox docs for more detail.
v7.1.0-post.1
[7.1.0-post.1] - 2023-04-24
Changed
- Use PyPI trusted publishing instead of manual token authentication