summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-23 10:58:26 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-01-23 10:58:26 -0800
commit3b3a8bd1a1927c6e1ffc7aa381eda4d8c2beae96 (patch)
tree79f7668576fda013201f271452815d60c308c41a /requirements-dev.txt
parenta844619dc360ea95baa72369db33727a22ba5058 (diff)
downloadscons-git-3b3a8bd1a1927c6e1ffc7aa381eda4d8c2beae96.tar.gz
Quote python_version value
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index e168ccb02..82faa28e5 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -5,7 +5,7 @@
# for now keep pinning "known working" lxml,
# it's been a troublesome component in the past.
# Skip lxml for win32 as no tests which require it currently pass on win32
-lxml==4.9.2; python_version < 3.12 and sys_platform != 'win32'
+lxml==4.9.2; python_version < '3.12' and sys_platform != 'win32'
ninja