diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ae0edc..076ba3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: strategy: matrix: python: - - "3.7" # oldest Python supported by PSF + - "3.8" # oldest Python supported by PSF - "3.11" # newest Python that is stable platform: - ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index bb20af5..6652d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 0.4.1 +- Update minimum python version in ci test + +## Version 0.4.0 +- Update Docs with pipx link + ## Version 0.3.10 - Fix datetime for test for dict creation - Amount of completed task to tasks of current year in report