Skip to content

Commit

Permalink
Update ci minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaloog committed May 1, 2024
1 parent 679eae3 commit dacae48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dacae48

Please sign in to comment.