Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python-build not in sync with cpython releases #2958

Open
1 task
ridhwaans opened this issue May 8, 2024 · 3 comments
Open
1 task

Python-build not in sync with cpython releases #2958

ridhwaans opened this issue May 8, 2024 · 3 comments

Comments

@ridhwaans
Copy link

ridhwaans commented May 8, 2024

Prerequisite

  • [x ] Make sure your problem is not listed in the common build problems.
  • [ x] Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too.
  • [x ] Make sure you are not asking us to help solving your specific issue.
    • GitHub issues is opened mainly for development purposes. If you want to ask someone to help solving your problem, go to some community site like Gitter, StackOverflow, etc.
  • [ x] Make sure your problem is not derived from packaging (e.g. Homebrew).
    • Please refer to the package documentation for the installation issues, etc.
  • [x ] Make sure your problem is not derived from plugins.
    • This repository is maintaining pyenv and the default python-build plugin only. Please refrain from reporting issues of other plugins here.

Description

  • [x ] Platform information (e.g. Ubuntu Linux 16.04): Ubuntu 22.04 jammy
  • [x ] OS architecture (e.g. amd64): x86_64 Linux
  • [ x] pyenv version: pyenv 2.3.33-2-g3e1b4e0b
  • [x ] Python version: 3.12.0
  • [x ] C Compiler information (e.g. gcc 7.3): gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
  • Please attach the debug trace of the failing command as a gist:

When I fetch the latest python version with pyenv devcontainer, I get the error

PYTHON_VERSION 3.12.3 not found

Steps to reproduce:

  1. Do a git pull on $PYENV_ROOT/plugins/python-build
  2. pyenv install --list yields
  ...
  3.10.11
  3.10.12
  3.10.13
  3.11.0
  3.11-dev
  3.11.1
  3.11.2
  3.11.3
  3.11.4
  3.11.5
  3.11.6
  3.12.0
  3.12-dev
  3.13.0a2
  3.13-dev
  activepython-2.7.14
  ...

Cross referencing on https://github.com/python/cpython/tags
I am looking for version 3.12.3, released apr 9. Which is not found on pyenv (as of 5/8)

@edgarrmondragon
Copy link
Contributor

@fenchu
Copy link

fenchu commented Jun 7, 2024

Would be nice if this could be automated, it is the same today with 3.12.4 which was released yesterday, not yet on pyenv.

@Nusnus
Copy link

Nusnus commented Oct 8, 2024

Same I guess with Python 3.13, although this is very recent

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

No branches or pull requests

4 participants