Skip to content

Commit

Permalink
Final release that supports python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Gilbert-Bland committed Feb 13, 2021
1 parent 1fec4dc commit 3b533e6
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 @@ -37,6 +37,7 @@
extras_require={
'asymmetric_crypto': ["cryptography >= 2.3"]
},
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 3b533e6

Please sign in to comment.