Skip to content

Commit

Permalink
feat: drop support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
t-graf committed Dec 8, 2023
1 parent 9d3798d commit 503c4dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

# SW360 Base Library for Python

## V1.3.2

* have type hints.
* drop support for Python 3.7

## V1.3.1

* dependency updates to fix security vulnerabilities.
Expand Down

0 comments on commit 503c4dc

Please sign in to comment.