From 75f0f430620a91fa99230e484fdc109a9309edb5 Mon Sep 17 00:00:00 2001 From: bibhabasumohapatra Date: Tue, 21 Dec 2021 15:02:30 +0530 Subject: [PATCH] adds py39 pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a6e2c8cab7f..78b71deeca24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 120 -target-version = ['py37', 'py38'] +target-version = ['py37', 'py38', 'py39'] include = '\.pyi?$' exclude = '''