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 3b1cc07 commit 536f32bCopy full SHA for 536f32b
CHANGELOG.md
@@ -6,8 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
7
*Stay tuned...*
8
9
-## [v0.18.3]
+### Changes
10
- Test Python 3.14 support
11
+- Update lxml 5.4.0 to support Python 3.14
12
13
## [v0.18.2]
14
requirements.txt
@@ -3,7 +3,8 @@ colorful==0.5.6
3
docopt==0.6.2
4
ipython==7.34.0
5
tag-expressions>=2.0.0
-lxml==5.3.0
+lxml==5.4.0
+lxml==6.0.2; python_version >= '3.14'
parse_type==0.6.4
coverage==7.2.7
PyYAML==6.0.1
0 commit comments