Skip to content

Commit 6619204

Browse files
committed
bump to min 3.9
1 parent 4b0fb88 commit 6619204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ write_to_template = "__version__ = '{version}'"
5555
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
5656

5757
[tool.ruff]
58-
target-version = "py38"
58+
target-version = "py39"
5959
line-length = 79
6060

6161
lint.select = [

0 commit comments

Comments
 (0)