Skip to content

Commit 1a446e2

Browse files
authored
chore: Update the minimum Python requirement on PyPI (feast-dev#3280)
Signed-off-by: Danny Chiao <danny@tecton.ai> Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 8f28062 commit 1a446e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
DESCRIPTION = "Python SDK for Feast"
4444
URL = "https://github.com/feast-dev/feast"
4545
AUTHOR = "Feast"
46-
REQUIRES_PYTHON = ">=3.7.0"
46+
REQUIRES_PYTHON = ">=3.8.0"
4747

4848
REQUIRED = [
4949
"click>=7.0.0,<9.0.0",

0 commit comments

Comments
 (0)