diff options
author | Jac <jacalata@users.noreply.github.com> | 2022-06-24 19:00:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 19:00:50 -0700 |
commit | 54d00777bed91a179d6a154e9ca0e9d745792713 (patch) | |
tree | a85878d837b98238243ebce3021260e7e9a5e81f /docs/userguide/pyproject_config.rst | |
parent | e7af5d4d2e170fdceab3efae7e58c38a1efae979 (diff) | |
download | python-setuptools-git-54d00777bed91a179d6a154e9ca0e9d745792713.tar.gz |
Update docs/userguide/pyproject_config.rst
Co-authored-by: Anderson Bravalheri <andersonbravalheri+github@gmail.com>
Diffstat (limited to 'docs/userguide/pyproject_config.rst')
-rw-r--r-- | docs/userguide/pyproject_config.rst | 2 |
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 = [ |