We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf86387 commit d65e1e7Copy full SHA for d65e1e7
test-requirements.txt
@@ -3,7 +3,8 @@
3
attrs>=18.0
4
black==23.3.0 # must match version in .pre-commit-config.yaml
5
filelock>=3.3.0
6
-lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
+# 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'
8
pre-commit
9
pre-commit-hooks==4.4.0
10
psutil>=4.0
0 commit comments