Skip to content

Commit

Permalink
Merge pull request #25 from trungtd-2436/update_python_min_version
Browse files Browse the repository at this point in the history
chore: update python version limit
  • Loading branch information
Trần Đức Trung authored Sep 21, 2021
2 parents 98b73c3 + 8bbeb81 commit 7be33e2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions example/example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

home_page = "https://github.com/sun-asterisk-research/table_reconstruction"
assert sys.version_info >= (3, 6, 2), "table_reconstruction requires Python 3.6.2+"
assert sys.version_info >= (3, 7, 0), "table_reconstruction requires Python 3.7+"

here = pathlib.Path(__file__).parent.resolve()

Expand Down

0 comments on commit 7be33e2

Please sign in to comment.