diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8ff3570f..1f663c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
@@ -15,4 +15,4 @@ | |||
15 | [tool.black] | 15 | [tool.black] |
16 | line-length = 80 | 16 | line-length = 80 |
17 | # NB: Keep in sync with tox.ini. | 17 | # NB: Keep in sync with tox.ini. |
18 | target-version = ['py36', 'py37', 'py38', 'py39', 'py310'] | 18 | target-version = ['py36', 'py37', 'py38', 'py39', 'py310', 'py311'] |