Skip to content

Commit

Permalink
enforce python3.3+ with semver 1.2.x, as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
tedder committed Mar 24, 2022
1 parent 5a5a71c commit e880e4d
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 @@ -49,6 +49,7 @@ def find_version(*file_paths):
},
packages=['requests_aws4auth'],
package_data={'requests_aws4auth': ['test/requests_aws4auth_test.py']},
python_requires=">=3.3",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit e880e4d

Please sign in to comment.