File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 strategy :
77 matrix :
8- python : ["3.6 ", "3.7 ", "3.8 ", "3.9 "]
8+ python : ["3.7 ", "3.8 ", "3.9 ", "3.10 "]
99 env :
1010 PYTHON_VERSION : ${{matrix.python}}
1111 steps :
Original file line number Diff line number Diff line change @@ -36,17 +36,17 @@ package_dir =
3636 =src
3737
3838# Require a min/specific Python version (comma-separated conditions)
39- python_requires = >=3.6
39+ python_requires = >=3.7
4040
4141# PyPDF3: Read and write PDF files
4242# Markdown: Render input markdown file to HTML
43- # html5 : Parse HTML file to generate bookmarks
43+ # html5lib : Parse HTML file to generate bookmarks
4444# validators: Validate URL for fetching external PDF
4545install_requires =
4646 importlib-metadata; python_version<"3.8"
4747 PyPDF3>=1.0.4
4848 Markdown>=3.3.4
49- html5>=0.0.9
49+ html5lib>=1.1
5050 validators>=0.18.1
5151
5252[options.packages.find]
You can’t perform that action at this time.
0 commit comments