v0.0.78
What's Changed
The main change in this release is setting the minimum version of Python as 3.6.7 (since that's the earliest version tested, and suspect it's not worth testing earlier).
- ci: upload code coverage to codecov by @michalc in #67
- docs: replace code coverage badge with CodeCov's by @michalc in #68
- ci: wait for all tests before reporting coverage results by @michalc in #71
- ci: fix tests in Windows due to inability to remove file by @michalc in #70
- ci: remove unused saving of code coverage step by @michalc in #72
- ci: remove codecov token - not needed since it's a public repo by @michalc in #69
- ci: run branch coverage by @michalc in #73
- ci: fix code coverage config yml by @michalc in #74
- test: avoid iterating once in for loops to avoid partial coverage in tests by @michalc in #75
- ci: properly wait for all 72 test runs to finish before reporting code coverage by @michalc in #76
- ci: tidy deploy to PyPI script and environment name by @michalc in #77
- feat: bump minimum Python requirement to lowest version tested by @michalc in #78
- ci: test minimum httpx version rather than maximum by @michalc in #79
- docs: clarify dependencies and testing by @michalc in #80
- refactor: tidy order of imports by @michalc in #81
Full Changelog: v0.0.77...v0.0.78