Skip to content

Commit

Permalink
breaking change: Drop Python 3.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Nov 11, 2023
1 parent de79e43 commit 52d1d13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changelog/_unreleased.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ type = "improvement"
description = "Bump minimum version of `databind.core` and `databind.json` to `^4.4.2` to ensure Python 3.12 support"
author = "@NiklasRosenstein"
pr = "https://github.com/NiklasRosenstein/pydoc-markdown/pull/304"

[[entries]]
id = "5e25fdde-ec38-42a7-9ab1-7066e4af6d81"
type = "breaking change"
description = "Drop Python 3.7 compatibility"
author = "@NiklasRosenstein"
pr = "https://github.com/NiklasRosenstein/pydoc-markdown/pull/304"
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.x" ]
steps:
- uses: actions/checkout@v2
- uses: NiklasRosenstein/slap@gha/install/v1
Expand Down

0 comments on commit 52d1d13

Please sign in to comment.