Skip to content

Commit 3af08e1

Browse files
matttzeke
authored andcommitted
Require Python>=3.8
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
1 parent 8c70aa5 commit 3af08e1

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)