Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/invoice-x/invoice2data in…
Browse files Browse the repository at this point in the history
…to pdfplumber
  • Loading branch information
bosd committed Sep 21, 2022
2 parents 69995da + 0746367 commit d6944c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10.6]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion src/invoice2data/input/pdfminer_wrapper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
def to_text(path):
"""Wrapper around `pdfminer`.
"""Wrapper around `pdfminer.six`.
Parameters
----------
Expand Down

0 comments on commit d6944c8

Please sign in to comment.