Releases: thombashi/typepy
Releases · thombashi/typepy
v1.3.4
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Replace deprecated
abctractproperty
- Drop support for Python 3.7/3.8
- Add support for Python 3.13
- Add GitHub Actions workflow for building and publishing to PyPI
- Update copyright years
- Bump actions/setup-python from 4 to 5 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- Fix
DateTime
conversion for timezone aware datetime - Modify to use
pypa/build
for package build - Add support for Python 3.12
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Add support for Python 3.11
- Drop support for Python 3.6
- Add
__all__
to__init__.py
- Add
zip_safe=False
- Update
[build-system]
Full Changelog: v1.3.0...v1.3.1