We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f74dd commit f6aef46Copy full SHA for f6aef46
setup.py
@@ -11,7 +11,7 @@
11
DEV_REQUIREMENTS = [
12
"bandit==1.7.5",
13
"black==23.*",
14
- "build==1.0.*; python_version >= 3.8", # TODO: remove python pin when 3.7 is dropped
+ "build==1.0.*;python_version>='3.8'", # TODO: remove python pin when 3.7 is dropped
15
"urllib3==1.*", # TODO: Pinned because vcrpy did a dumb and didn't pin urllib3
16
"flake8==5.*", # TODO: flake8 v6 requires Python 3.8.1+
17
"isort==5.*",
0 commit comments