Skip to content

Python 3.13.3 tarball and Git tag contain version 3.13.1 instead #133816

@f45tb00t

Description

@f45tb00t

Bug report

Bug description:

Summary

The official Python 3.13.3 source archives (.tgz and .tar.xz) from https://python.org contain version 3.13.1 instead of 3.13.3. Additionally, the GitHub tag v3.13.3 in the cpython repository builds a Python binary that reports Python 3.13.1 when executed.

Steps to Reproduce

  1. Download Python-3.13.3.tgz from python.org.
  2. Build and install as usual (./configure && make && make altinstall).
  3. Run python3.13 --version → it says Python 3.13.1.

Also tested with:

  • Fresh clone of https://github.com/python/cpython.git
  • git checkout v3.13.3
  • Build cleanly from scratch

Result: Still reports Python 3.13.1.

Expected behavior

The built binary should report Python 3.13.3.

System

  • Tested on multiple Linux distributions
  • Confirmed SHA256 hash mismatch with expected one from python.org

CPython versions tested on:

3.13

Operating systems tested on:

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixesbuildThe build process and cross-buildinvalid

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions