Skip to content

Commit

Permalink
fix #7
Browse files Browse the repository at this point in the history
specify minimum python version >=3.7 in setup.cfg so that pip will fail to install the package in 3.6 or lower.
  • Loading branch information
esrice authored Mar 6, 2024
1 parent 69bfcf7 commit de30eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ packages = find:
install_requires =
screed
pyfaidx
python_requires = >=3.7

[options.extras_require]
test =
Expand Down

0 comments on commit de30eb3

Please sign in to comment.