Skip to content

Commit

Permalink
Merge pull request #20 from captn3m0/python-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 authored Dec 30, 2021
2 parents f617c6f + be985dd commit 55bfb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.6", "3.7", "3.8", "3.9"]
python: ["3.7", "3.8", "3.9", "3.10"]
env:
PYTHON_VERSION: ${{matrix.python}}
steps:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
python_requires = >=3.6
python_requires = >=3.7

# PyPDF3: Read and write PDF files
# Markdown: Render input markdown file to HTML
# html5: Parse HTML file to generate bookmarks
# html5lib: Parse HTML file to generate bookmarks
# validators: Validate URL for fetching external PDF
install_requires =
importlib-metadata; python_version<"3.8"
PyPDF3>=1.0.4
Markdown>=3.3.4
html5>=0.0.9
html5lib>=1.1
validators>=0.18.1

[options.packages.find]
Expand Down

0 comments on commit 55bfb6e

Please sign in to comment.