File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from selenium .webdriver .chrome .service import Service
2020from webdriver_manager .core .os_manager import ChromeType , OperationSystemManager
2121
22- __version__ = "0.0.19 "
22+ __version__ = "0.0.20 "
2323
2424PATH_TO_HTML2PDF4DOC_JS = os .path .join (
2525 os .path .dirname (os .path .join (__file__ )),
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ classifiers = [
4242 " Programming Language :: Python :: 3.9" ,
4343 " Programming Language :: Python :: 3.10" ,
4444 " Programming Language :: Python :: 3.11" ,
45+ " Programming Language :: Python :: 3.12" ,
46+ " Programming Language :: Python :: 3.13" ,
4547 " Programming Language :: Python :: Implementation :: CPython" ,
4648 " Programming Language :: Python :: Implementation :: PyPy" ,
4749]
@@ -68,7 +70,6 @@ html2pdf4doc = "html2pdf4doc.html2pdf4doc:main"
6870
6971[project .urls ]
7072Changelog = " https://github.com/mettta/html2pdf_python/releases/"
71- # Funding = "https://..."
7273Homepage = " https://github.com/mettta/html2pdf_python/"
7374Source = " https://github.com/mettta/html2pdf_python/"
7475
You can’t perform that action at this time.
0 commit comments