summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-12-19 12:21:01 -0500
committerGitHub <noreply@github.com>2020-12-19 11:21:01 -0600
commit71d92347b0c084c2b6aa1daa6a83d31c48e958a0 (patch)
tree2497288fe16d0c6a8238df5bae7b740167fcd2d9 /pyproject.toml
parent7a4a24256274568f6b9734bcf70eda95b5f54cd9 (diff)
downloadpy-bcrypt-git-71d92347b0c084c2b6aa1daa6a83d31c48e958a0.tar.gz
Update our python versions to be consistent (#241)
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 caa1f72..b3f9e6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,4 +11,4 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
-target-version = ["py27"]
+target-version = ["py36"]