From e9bd5b4876a05efa078962aa8c51f8357e747156 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Sun, 11 Jun 2023 13:57:13 +0100 Subject: [PATCH] Refs #34233 -- Updated black target-version to Python 3.10. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1b79a53dd..2c776030ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,5 @@ requires = ['setuptools>=40.8.0'] build-backend = 'setuptools.build_meta' [tool.black] -target-version = ['py38'] +target-version = ['py310'] force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'