Skip to content

Commit 55bfb6e

Browse files
authored
Merge pull request #20 from captn3m0/python-upgrade
2 parents f617c6f + be985dd commit 55bfb6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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:

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4545
install_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]

0 commit comments

Comments
 (0)