Skip to content

Commit f4089bf

Browse files
committed
Change requirement again
1 parent 1951ccf commit f4089bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="artifacts-metadata",
5-
version="0.0.2",
5+
version="0.0.3",
66
author="Cosmin Catalin Sanda",
77
author_email="[email protected]",
88
description="A library for managing artifacts metadata in DynamoDB",
@@ -11,6 +11,6 @@
1111
"models.",
1212
url="https://github.com/audienceproject/artifacts-metadata-py",
1313
packages=setuptools.find_packages(),
14-
python_requires=">=3.6",
14+
python_requires=">=3",
1515
install_requires=["boto3>=1.0.0"]
1616
)

0 commit comments

Comments
 (0)