v0.36.2
What's Changed
- Fix Installation: dpkg (.deb package) by @brendonmiranda in #90
- Drop support for Python 3.6
- Add support for Python 3.11
- Update os of build environments
- Drop support for Ubuntu 18.04
- Add support for Ubuntu 22.04
- Update dependencies:
- allow
appconfigpy
v2 - allow
pathvalidate
v3 - allow
ujson
v5 - bump minimum version constraint of
SimpleSQLite
- allow
- Improve the installer script
- Remove dependency from the installer script to GitHub-API and
jq
- Add an error check of asset existence
- Add integrity check of the archive file
- Modify to use cache
- Remove dependency from the installer script to GitHub-API and
- Reduce execution binary file size
- Modify to use
pypa/build
for package build - Add
docs
extras - Fix a return value of
TableConverter._convert_nb
New Contributors
- @brendonmiranda made their first contribution in #90
Full Changelog: v0.36.1...v0.36.2