Skip to content

Commit

Permalink
fix: add python requires attribute to setup.py
Browse files Browse the repository at this point in the history
closes #345
  • Loading branch information
jpoehnelt committed Feb 12, 2020
1 parent 6682591 commit c61a1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -38,4 +38,5 @@
"Programming Language :: Python :: 3.8",
"Topic :: Internet",
],
python_requires='>=3.5'
)

0 comments on commit c61a1e3

Please sign in to comment.