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 df78e83 commit 05d345bCopy full SHA for 05d345b
test-requirements.in
@@ -5,7 +5,7 @@
5
-r build-requirements.txt
6
attrs>=18.0
7
filelock>=3.3.0,<3.20.0 # latest version is not available on 3.9 that we still support
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.3
26
# via -r mypy-requirements.txt
27
-lxml==6.0.2 ; 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