Skip to content

Commit

Permalink
Remove Python 3.8 support (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Feb 4, 2025
1 parent c56328e commit 916a585
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 72 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand All @@ -41,7 +40,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 0.15.0:
- Remove Python 3.8 support (#63)
- Remove support for ancient GitLab versions (#61)
- Remove support for filtering MRs based on source and target branch (#62)
* 0.14.1:
Expand Down
Loading

0 comments on commit 916a585

Please sign in to comment.