From 15e98a8a83dfe337c3ab6971041bcf87dac52f4d Mon Sep 17 00:00:00 2001 From: "Carlos J. Aliaga" Date: Thu, 9 Nov 2023 22:32:20 +0000 Subject: [PATCH] Configured Python 3.11 support for Black --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce7eb7e..2c0b5c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "Bug Tracker" = "https://github.com/cjaliaga/aioaquarea/issues" [tool.black] -target-version = ["py39", "py310"] +target-version = ["py39", "py310", "py311"] [tool.isort] # https://github.com/PyCQA/isort/wiki/isort-Settings