Specify lowest supported Python version

pull/1/head
Chris Lenk 2021-02-18 20:45:38 -05:00
parent b4a0a9ea10
commit 528d956f4a
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Install with `pip <https://pip.pypa.io/en/stable/>`__:
$ pip install stix2
Note: The library requires Python 3.6+.
Usage
-----

View File

@ -47,6 +47,7 @@ setup(
],
keywords='stix stix2 json cti cyber threat intelligence',
packages=find_packages(exclude=['*.test', '*.test.*']),
python_requires='>=3.6',
install_requires=[
'pytz',
'requests',