File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Changelog
22
3+ ## 1.9.4
4+ - maintenance: remove LXML version constraint (#184 )
5+
36## 1.9.3
47- extraction: add heuristics (#173 )
58- maintenance: explicitly support Python 3.13 (#172 )
Original file line number Diff line number Diff line change 77__author__ = "Adrien Barbaresi"
88__license__ = "Apache-2.0"
99__copyright__ = "Copyright 2017-present, Adrien Barbaresi"
10- __version__ = "1.9.3 "
10+ __version__ = "1.9.4 "
1111
1212
1313import logging
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = { text = "Apache 2.0" }
1111dynamic = [" version" ]
1212requires-python = " >=3.8"
1313authors = [
14- {name = " Adrien Barbaresi" , email = " barbaresi@bbaw.de " }
14+ {name = " Adrien Barbaresi" , email = " adrien. barbaresi@gmail.com " }
1515]
1616keywords =[
1717 " datetime" ,
@@ -43,6 +43,7 @@ classifiers = [
4343 " Programming Language :: Python :: 3.11" ,
4444 " Programming Language :: Python :: 3.12" ,
4545 " Programming Language :: Python :: 3.13" ,
46+ " Programming Language :: Python :: 3.14" ,
4647 " Topic :: Internet :: WWW/HTTP" ,
4748 " Topic :: Scientific/Engineering :: Information Analysis" ,
4849 " Topic :: Text Processing :: Linguistic" ,
You can’t perform that action at this time.
0 commit comments