Skip to content

Publish free-threaded Windows ZIP artifacts#405

Open
e-q wants to merge 1 commit into
python:mainfrom
e-q:publish-free-threaded-windows-zips
Open

Publish free-threaded Windows ZIP artifacts#405
e-q wants to merge 1 commit into
python:mainfrom
e-q:publish-free-threaded-windows-zips

Conversation

@e-q

@e-q e-q commented Jun 2, 2026

Copy link
Copy Markdown

Summary

  • accept the Windows free-threaded t version marker when listing release files
  • add architecture-distinct free-threaded Windows ZIP descriptions so generated
    slugs do not collide
  • add regression coverage for prerelease/final free-threaded names and generated
    metadata

Closes #400

Tests

  • Focused pytest coverage for list_files and free-threaded generated
    metadata: passed.
  • Ruff lint and format checks on touched files: passed.
  • Direct repository mypy check through an existing mypy environment: passed.
  • Whitespace check: passed.

Recognize the Windows free-threaded t version marker when listing release
files.

Give each free-threaded Windows embeddable ZIP architecture-distinct metadata
so generated slugs do not collide and the files stay non-download-button
artifacts. Add pytest coverage for prerelease and final release metadata
generation.
@python-cla-bot

python-cla-bot Bot commented Jun 2, 2026

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@chris-eibl

Copy link
Copy Markdown
Member
            "python-3.14.0b3t-amd64.zip",
            "Windows free-threaded 64-bit embeddable package",

Please note that the free-threaded embeddable zip files aren't produced, yet.
They'd be named like python-3.14.6t-embed-amd64.zip, but only the GIL variant python-3.14.6-embed-amd64.zip is listed on https://www.python.org/ftp/python/3.14.6/ and https://www.python.org/downloads/release/python-3146/.

python-3.14.6t-amd64.zip is used by the Python install manager, and is not the embeddable zip file. I would not list it (and definitely not as the "embeddable zip"), since we do not list its GIL equivalent python-3.14.6-amd64.zip either.

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.

Bug: free-threaded Windows artifacts are skipped by add_to_pydotorg

2 participants