Skip to content

Commit 4347b76

Browse files
'[pre-commit.ci 🤖] Apply code format tools to PR'
1 parent 158f0a6 commit 4347b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ The `requires-python` field helps pip identify which Python versions that your p
307307
It is set to a single value.
308308
The [packaging specification](https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata-requires-python) defines`requires-python` as a string that uses version specifiers. Most projects will specify the oldest Python version supported by the package. In some advanced cases, an upper bound is set to indicate which future Python versions, if any, will be supported.
309309

310-
:::{admonition} But how do I figure out which Python versions I should support?
310+
:::{admonition} But how do I figure out which Python versions I should support?
311311
:class: tip
312312
Good question. The Python developer guide provides a [status page](https://devguide.python.org/versions/) (and a handy visualization) that explains the status of each Python release. Python releases go through several different phases that are explained in [PEP 602](https://peps.python.org/pep-0602/).
313313

0 commit comments

Comments
 (0)