summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJac <jacalata@users.noreply.github.com>2022-06-24 19:00:50 -0700
committerGitHub <noreply@github.com>2022-06-24 19:00:50 -0700
commit54d00777bed91a179d6a154e9ca0e9d745792713 (patch)
treea85878d837b98238243ebce3021260e7e9a5e81f
parente7af5d4d2e170fdceab3efae7e58c38a1efae979 (diff)
downloadpython-setuptools-git-54d00777bed91a179d6a154e9ca0e9d745792713.tar.gz
Update docs/userguide/pyproject_config.rst
Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
-rw-r--r--docs/userguide/pyproject_config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/pyproject_config.rst b/docs/userguide/pyproject_config.rst
index 7c574602..676a09ad 100644
--- a/docs/userguide/pyproject_config.rst
+++ b/docs/userguide/pyproject_config.rst
@@ -44,7 +44,7 @@ The ``project`` table contains metadata fields as described by
name = "my_package"
description = "My package description"
readme = "README.rst"
- requires-python = ">3.5.2"
+ requires-python = ">=3.7"
keywords = ["one", "two"]
license = {text = "BSD 3-Clause License"}
classifiers = [