Skip to content

Commit d65e1e7

Browse files
authored
Add upper bound for lxml (#15608)
1 parent cf86387 commit d65e1e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
attrs>=18.0
44
black==23.3.0 # must match version in .pre-commit-config.yaml
55
filelock>=3.3.0
6-
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
6+
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
7+
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
78
pre-commit
89
pre-commit-hooks==4.4.0
910
psutil>=4.0

0 commit comments

Comments
 (0)