We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e49d0 commit 277b891Copy full SHA for 277b891
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[tool.black]
9
line-length = 88
10
-target-version = ['py38']
+target-version = ['py39']
11
include = '\.pyi?$'
12
exclude = '''
13
(
setup.py
@@ -393,7 +393,7 @@ def run(self):
393
"License :: OSI Approved :: Apache Software License",
394
"Programming Language :: Python",
395
"Programming Language :: Python :: 3",
396
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.9",
397
],
398
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
399
use_scm_version=use_scm_version,
0 commit comments