- Drop support for Python 3.5/3.6/3.7
- Add support for Python 3.10/3.11/3.12
- Add
[build-system]
- Modify to use
pypa/build
for package build - Add
zip_safe=True
- Bump minimum version of
tabledata
to 1.3.1 - Bump upper limit of
Faker
to 20 - Add
__all__
to__init__.py
- Add
all
extras - Fix
get_providers
function to return the proper providers
Full Changelog: v0.2.4...v1.0.0