pyenv / pyenv

Simple Python version management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPy 7.3.16?

nedbat opened this issue · comments

Prerequisite

  • Make sure your problem is not listed in the common build problems.
  • Make sure no duplicated issue has already been reported in the pyenv issues. You should look for closed issues, too.
  • 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.
  • Make sure your problem is not derived from packaging (e.g. Homebrew).
    • Please refer to the package documentation for the installation issues, etc.
  • 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

PyPy now has 7.3.16 available: https://www.pypy.org/download.html

Can we get that version added to pyenv? cc @edgarrmondragon :)

I'll send a PR :)

@edgarrmondragon Are you generating the files with a script? If yes, it'll be very welcome in https://github.com/pyenv/pyenv/tree/master/plugins/python-build/scripts ! We'd need one in any case if we are to automate adding new releases.

@edgarrmondragon Are you generating the files with a script? If yes, it'll be very welcome in https://github.com/pyenv/pyenv/tree/master/plugins/python-build/scripts ! We'd need one in any case if we are to automate adding new releases.

A patchwork actually 😅, but yeah I'd love to contribute that! Give a couple of weeks 🙂.