Skip to content

Commit 05d345b

Browse files
committed
Update test requirements
1 parent df78e83 commit 05d345b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-r build-requirements.txt
66
attrs>=18.0
77
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'
8+
lxml>=5.3.0; python_version<'3.14' # lxml doesn't ship wheels for cp314t yet
99
psutil>=4.0
1010
pytest>=8.1.0
1111
pytest-xdist>=1.34.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ iniconfig==2.1.0
2424
# via pytest
2525
librt==0.2.3
2626
# via -r mypy-requirements.txt
27-
lxml==6.0.2 ; python_version < "3.15"
27+
lxml==6.0.2 ; python_version < "3.14"
2828
# via -r test-requirements.in
2929
mypy-extensions==1.1.0
3030
# via -r mypy-requirements.txt

0 commit comments

Comments
 (0)