Skip to content

Commit

Permalink
setup.py: Lockdown genmod, limit compatibility to python v3.8
Browse files Browse the repository at this point in the history
This is the currently only tested, supported python version.

No other versions of python are currently supported.

Signed-off-by: Tor Björgen <[email protected]>
  • Loading branch information
torbjorgen committed Nov 24, 2023
1 parent 6ec6e62 commit 6cad09f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
author_email = '[email protected]',
url = 'http://github.com/moonso/genmod',
license = 'MIT License',
python_requires="~=3.8.0",
install_requires=[
'ped_parser >= 1.6.6',
'pytabix >= 0.1',
Expand Down

0 comments on commit 6cad09f

Please sign in to comment.