summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
committerSteve Piercy <web@stevepiercy.com>2022-08-12 06:26:51 -0700
commitbdbb8c408566f1a4009d7a8dd32f72719c1f3849 (patch)
tree544d1b4ea2c7e40b79fb91f96f4d848743129f2e /pyproject.toml
parent4d963930e03e26f6b831eae81ee93f2aa8271ff7 (diff)
parent1e439035e41da3767acbcae79689fb05dfdeb317 (diff)
downloadpyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.gz
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.tar.bz2
pyramid-bdbb8c408566f1a4009d7a8dd32f72719c1f3849.zip
Merge branch 'master' of https://github.com/Pylons/pyramid
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 eddde46d9..9069096f7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
skip-string-normalization = true
-py36 = false
+target-version = ['py37', 'py38', 'py39', 'py310']
exclude = '''
/(
\.git