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 7a7c1ba commit 91f1414Copy full SHA for 91f1414
test-requirements.in
@@ -5,7 +5,7 @@
5
-r build-requirements.txt
6
attrs>=18.0
7
filelock>=3.3.0
8
-lxml>=5.3.0; python_version<'3.15'
+lxml>=5.3.0; python_version<'3.14' # lxml doesn't ship wheels for cp314t yet
9
psutil>=4.0
10
pytest>=8.1.0
11
pytest-xdist>=1.34.0
test-requirements.txt
@@ -24,7 +24,7 @@ iniconfig==2.1.0
24
# via pytest
25
librt==0.2.1
26
# via -r mypy-requirements.txt
27
-lxml==6.0.1 ; python_version < "3.15"
+lxml==6.0.2 ; python_version < "3.14"
28
# via -r test-requirements.in
29
mypy-extensions==1.1.0
30
0 commit comments