Skip to content

Commit ae4bbc7

Browse files
committed
Require Python>=3.8
1 parent 8c70aa5 commit ae4bbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author="Replicate, Inc.",
2222
license="BSD",
2323
url="https://github.com/replicate/replicate-python",
24-
python_requires=">=3.6",
24+
python_requires=">=3.8",
2525
install_requires=["requests", "pydantic", "packaging"],
2626
classifiers=[],
2727
)

0 commit comments

Comments
 (0)