Skip to content

Commit ef48462

Browse files
committed
deploy: c487789
1 parent 65b2ce5 commit ef48462

File tree

59 files changed

+52
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+52
-24
lines changed

.doctrees/environment.pickle

3.96 KB
Binary file not shown.
3.32 KB
Binary file not shown.

_sources/tutorials/pyproject-toml.md.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@ The `requires-python` field helps pip identify which Python versions that your p
306306
It is set to a single value.
307307
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.
308308

309+
:::{admonition} But how do I figure out which Python versions I should support?
310+
:class: tip
311+
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/).
312+
313+
We recommend that you use the latest Python release in the **bugfix** phase. If your Python release is in the **security** phase, we recommend migrating to a newer version of Python.
314+
315+
[SPEC 0](https://scientific-python.org/specs/spec-0000/) of the Scientific Python project suggests a common schedule for dependencies, including Python release versions, and is also worth considering for your project.
316+
:::
309317

310318
{emphasize-lines="22"}
311319
```toml

ja/.doctrees/CONTRIBUTING.doctree

0 Bytes
Binary file not shown.

ja/.doctrees/TRANSLATING.doctree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)