Skip to content

Commit f69e180

Browse files
committed
requirements: Upgrade lxml from ~=4.9.2 to ==4.9.4.
The 5.x releases of lxml should support Python 3.7 in general, but it appears that 4.9.4 is the latest release for which PyPy 3.7 builds in CI, the last release in the 4.x branch. Dropping support for Python 3.7 will allow progress towards the latest lxml. This should then allow inclusion of PyPy 3.11 in CI, which compiles in CI with at least lxml 5.3.1 (maybe earlier), but not <=4.9.4.
1 parent cf848d2 commit f69e180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def long_description():
109109
"zulip>=0.8.2,<0.9.0", # Next release, 0.9.0, requires Python 3.9
110110
"urwid_readline>=0.15.1",
111111
"beautifulsoup4>=4.13.4",
112-
"lxml~=4.9.2",
112+
"lxml==4.9.4",
113113
"pygments>=2.14.0,<2.18.0",
114114
"typing_extensions~=4.5.0",
115115
"python-dateutil>=2.8.2",

0 commit comments

Comments
 (0)