Skip to content

Commit

Permalink
Merge pull request #77 from florisla/fix/drop-python-3.7
Browse files Browse the repository at this point in the history
Drop Python3.7 as compatible version
  • Loading branch information
coordt authored Oct 22, 2023
2 parents 726274b + 890edc8 commit b4479ef
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 b4479ef

Please sign in to comment.