Skip to content

Commit 277b891

Browse files
feat: Update pyproject.toml to use Python 3.9 as default (#4011)
1 parent 32e49d0 commit 277b891

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[tool.black]
99
line-length = 88
10-
target-version = ['py38']
10+
target-version = ['py39']
1111
include = '\.pyi?$'
1212
exclude = '''
1313
(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def run(self):
393393
"License :: OSI Approved :: Apache Software License",
394394
"Programming Language :: Python",
395395
"Programming Language :: Python :: 3",
396-
"Programming Language :: Python :: 3.7",
396+
"Programming Language :: Python :: 3.9",
397397
],
398398
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
399399
use_scm_version=use_scm_version,

0 commit comments

Comments
 (0)