Skip to content

Fix unsupported versions table include#1776

Merged
StanFromIreland merged 2 commits intopython:mainfrom
shenanigansd:patch-1
Mar 31, 2026
Merged

Fix unsupported versions table include#1776
StanFromIreland merged 2 commits intopython:mainfrom
shenanigansd:patch-1

Conversation

@shenanigansd
Copy link
Copy Markdown
Contributor

@shenanigansd shenanigansd commented Mar 31, 2026

The "unsupported versions" chart is currently MIA.

If I'm understanding this correctly, #1708 accidentally changed the location for the CSV file (1) when only the SVG files were actually moved (2).

  1. https://github.com/python/devguide/pull/1708/changes#diff-c723da19c21e67235cf32667679c240c838ee6df048b1073508227fc0d83ec6fL39-R39
  2. https://github.com/python/devguide/pull/1708/changes#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R24

The build script still says "include", so I've updated the page to use that again.

cat = "end-of-life" if details["status"] == "end-of-life" else "branches"

with open(f"include/{cat}.csv", "w", encoding="UTF-8", newline="") as file:

@python-cla-bot
Copy link
Copy Markdown

python-cla-bot bot commented Mar 31, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community bot commented Mar 31, 2026

Documentation build overview

📚 CPython devguide | 🛠️ Build #32062531 | 📁 Comparing 6df2b2e against latest (beb6b61)


🔍 Preview build

Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
File Status
genindex/index.html 📝 modified
versions/index.html 📝 modified

@shenanigansd

This comment was marked as resolved.

@StanFromIreland StanFromIreland changed the title Fix unsupported versions chart Fix unsupported versions table include Mar 31, 2026
@shenanigansd
Copy link
Copy Markdown
Contributor Author

Thanks bot

Looks good in the preview
image

The flagged values are now updated automatically
@StanFromIreland StanFromIreland merged commit d73c383 into python:main Mar 31, 2026
5 checks passed
@shenanigansd shenanigansd deleted the patch-1 branch March 31, 2026 18:31
@StanFromIreland
Copy link
Copy Markdown
Member

Merged, thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants