File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
from selenium .webdriver .chrome .service import Service
20
20
from webdriver_manager .core .os_manager import ChromeType , OperationSystemManager
21
21
22
- __version__ = "0.0.19 "
22
+ __version__ = "0.0.20 "
23
23
24
24
PATH_TO_HTML2PDF4DOC_JS = os .path .join (
25
25
os .path .dirname (os .path .join (__file__ )),
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ classifiers = [
42
42
" Programming Language :: Python :: 3.9" ,
43
43
" Programming Language :: Python :: 3.10" ,
44
44
" Programming Language :: Python :: 3.11" ,
45
+ " Programming Language :: Python :: 3.12" ,
46
+ " Programming Language :: Python :: 3.13" ,
45
47
" Programming Language :: Python :: Implementation :: CPython" ,
46
48
" Programming Language :: Python :: Implementation :: PyPy" ,
47
49
]
@@ -68,7 +70,6 @@ html2pdf4doc = "html2pdf4doc.html2pdf4doc:main"
68
70
69
71
[project .urls ]
70
72
Changelog = " https://github.com/mettta/html2pdf_python/releases/"
71
- # Funding = "https://..."
72
73
Homepage = " https://github.com/mettta/html2pdf_python/"
73
74
Source = " https://github.com/mettta/html2pdf_python/"
74
75
You can’t perform that action at this time.
0 commit comments