summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-14 11:04:21 -0800
committerGitHub <noreply@github.com>2022-02-14 11:04:21 -0800
commit6b32537e9f12e5da7c9f5d2a6132b3936f2be3c4 (patch)
treef6aa232b1895af5cafe97b1602aedba0a33a0b69 /pyproject.toml
parente24e08ed902cf822da465264c3628b47fefb822d (diff)
downloadpymemcache-6b32537e9f12e5da7c9f5d2a6132b3936f2be3c4.tar.gz
Update the list of Black target versions (#368)
We dropped support for Python 3.6 in efbe513 and introduced support for Python 3.10 in a19947f.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 86d2590..649ed75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,2 @@
[tool.black]
-target-version = ['py36', 'py37', 'py38', 'py39']
+target-version = ['py37', 'py38', 'py39', 'py310']