Skip to content

Commit 7f14e27

Browse files
committed
[py] Quote python version
1 parent ac67486 commit 7f14e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ exclude = "selenium/webdriver/common/devtools"
161161
extend-ignore = ["E501", "E203"]
162162
# This does nothing for now as E501 is ignored
163163
max-line-length = 120
164-
min-python-version = 3.9
164+
min-python-version = "3.9"
165165

166166
[tool.docformatter]
167167
exclude = "selenium/webdriver/common/devtools"

0 commit comments

Comments
 (0)