Skip to content

Commit 890edc8

Browse files
committed
Drop Python3.7 as compatible version
Since this is no longer tested, it's safer to start at 3.8.
1 parent 2bf48ff commit 890edc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: System :: Software Distribution",
2828
]
2929
readme = "README.md"
30-
requires-python = ">=3.7"
30+
requires-python = ">=3.8"
3131
license = { file = "LICENSE" }
3232
keywords = ["bumpversion", "version", "release"]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)