v0.0.2
Changes
Drop support for Python 2 馃槄
- Remove six and other outdated dependencies #11 - thanks @iurisilvio 馃檶
Internal Stuff
Bring CI/CD alive and to GitHub workflows
- Deprecate any use of Travis (was not running due to inactivity).
- Auto-publish to (Test)PyPI on the push of tags.
Full list of changes
- Fix deprecation warnings by @tomasaschan in #7
- Support for daily dependencies checks with dependabot by @gaby in #10
- Remove six and other outdated dependencies by @iurisilvio in #11
- Tune test settings for
test_multiprocess_speedupby @andhus in #13 - Get codecov reporting up again by @andhus in #14
- Remove travis badge by @andhus in #15
- Remove ignore paths in workflows triggers by @andhus in #16
- PyPI publishing workflow by @andhus in #17
- Use tox-gh-actions by @iurisilvio in #19
- [WIP] PyPI publishing workflow continued by @andhus in #18
- Add back expected v prefix to version tags by @andhus in #20
New Contributors
- @tomasaschan made their first contribution in #7
- @gaby made their first contribution in #10
- @iurisilvio made their first contribution in #11
Full Changelog: v0.0.1...v0.0.2