2022.10.0
github-actions
released this
31 Oct 03:32
·
466 commits
to refs/heads/main
since this release
🚨 Breaking Changes
- Update CI to use GA release of Python 3.11 (#113)
- Make Python 3.7 the minimum supported version (#98)
📕 Documentation
- Change the coverage badge to track the
dev
branch (#109)
🧰 Maintenance
- Add a series of new pre-commit hooks and GitHub Actions (#116)
- Add strict mypy typing (#115)
- Use modern typing annotations (#114)
- Update CI to use GA release of Python 3.11 (#113)
- Add preliminary support for Python 3.11 (#112)
- Update dependency pytest-cov to v4 (#110)
- Reduce stale timeframe from 90 days to 21 days (#108)
- Replace
master
withmain
as the default branch (#106) - Update all pre-commit hooks (#105)
- Update all dependencies (#104)
- Move coverage configuration to pyproject.toml (#102)
- Move pylint configuration to pyproject.toml (#101)
- Use nox for test automation (#100)
- Add pyupgrade pre-commit hook (#99)
- Make Python 3.7 the minimum supported version (#98)
- Update codecov/codecov-action action to v3 (#96)
- Upgrade black to 22.3.0 (#97)
- Update all dependencies (#95)