Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Show suggestion instead of code if JavaScript disabled
  • Loading branch information
hugovk committed Dec 5, 2022
commit ea1718ba85053dd484ba2d4ef42d181190b29be5
13 changes: 13 additions & 0 deletions versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,16 @@ See also the :ref:`devcycle` page for more information about branches.
By default, the end-of-life is scheduled 5 years after the first release,
but can be adjusted by the release manager of each branch. All Python 2
versions have reached end-of-life.

.. raw:: html

<noscript>
<style>
#python-release-cycle:after {
content: "Enable JavaScript to see the release cycle chart.";
}
.mermaid {
display: none;
}
</style>
</noscript>