diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2023-06-11 13:57:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-11 14:57:13 +0200 |
| commit | e9bd5b4876a05efa078962aa8c51f8357e747156 (patch) | |
| tree | f555366555f6fa19048f361bd37b17539176c982 | |
| parent | 221c27bd6a10155f65c9f93ecc67a61c76befbb7 (diff) | |
Refs #34233 -- Updated black target-version to Python 3.10.
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
