Skip to content

Commit f6aef46

Browse files
committed
fix: quotes
1 parent e0f74dd commit f6aef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
DEV_REQUIREMENTS = [
1212
"bandit==1.7.5",
1313
"black==23.*",
14-
"build==1.0.*; python_version >= 3.8", # TODO: remove python pin when 3.7 is dropped
14+
"build==1.0.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped
1515
"urllib3==1.*", # TODO: Pinned because vcrpy did a dumb and didn't pin urllib3
1616
"flake8==5.*", # TODO: flake8 v6 requires Python 3.8.1+
1717
"isort==5.*",

0 commit comments

Comments
 (0)