Skip to content

Commit a206096

Browse files
authored
Enable lxml tests on Python 3.11 (#14134)
Ref #12840
1 parent 1d6a5b1 commit a206096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ flake8==5.0.4 # must match version in .pre-commit-config.yaml
77
flake8-bugbear==22.9.23 # must match version in .pre-commit-config.yaml
88
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
99
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
10-
lxml>=4.4.0; python_version<'3.11'
10+
lxml>=4.9.1
1111
psutil>=4.0
1212
# pytest 6.2.3 does not support Python 3.10
1313
pytest>=6.2.4

0 commit comments

Comments
 (0)