Releases: gecrooks/modern-python-template
Releases · gecrooks/modern-python-template
v3.0.1
What's Changed
- Fix github workflows to support Node.js 20
v3.0.0
- Move all project configuration into pyproject.toml (and remove the legacy setup.cfg and setup.py files)
- Replace isort, black, and flake8 with ruff
v2.3.0
Support python 3.9, 3.10, 3.11
v2.2.0
Add python 3.7 and 3.10 compatibility
v2.1.1
Big fix for workflow coverage test
v2.1.0
Minor update of metadata for compatibility with latest setuptools
v2.0.1
Convert project to a cookiecutter template.