diff --git a/pyproject.toml b/pyproject.toml index c89f1d9cc7f..bfe2bc9fd00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [tool.black] line-length = 88 -target-version = ['py38'] +target-version = ['py39'] include = '\.pyi?$' exclude = ''' ( diff --git a/setup.py b/setup.py index 4da59c4e217..5a707bdacfc 100644 --- a/setup.py +++ b/setup.py @@ -392,7 +392,7 @@ def run(self): "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.9", ], entry_points={"console_scripts": ["feast=feast.cli:cli"]}, use_scm_version=use_scm_version,