Skip to content

Commit

Permalink
chore: bump minimum python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jul 29, 2022
1 parent cf4d9dc commit ed3728f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="strkit",
version=version,

python_requires="~=3.7",
python_requires="~=3.8",
install_requires=[
"Flask>=2.1.3,<2.2",
"pysam>=0.16.0.1,<0.20",
Expand Down

0 comments on commit ed3728f

Please sign in to comment.