Skip to content

Commit

Permalink
Drop Python3.7 as compatible version
Browse files Browse the repository at this point in the history
Since this is no longer tested, it's safer to start at 3.8.
  • Loading branch information
florisla committed Oct 11, 2023
1 parent 2bf48ff commit 890edc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Topic :: System :: Software Distribution",
]
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { file = "LICENSE" }
keywords = ["bumpversion", "version", "release"]
dynamic = ["version"]
Expand Down

0 comments on commit 890edc8

Please sign in to comment.