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

Support Python 3.9.5 and beyond #3889

Closed
al-the-x opened this issue Jun 12, 2021 · 0 comments · Fixed by #3893
Closed

Support Python 3.9.5 and beyond #3889

al-the-x opened this issue Jun 12, 2021 · 0 comments · Fixed by #3893
Labels
T: feature-request Requests for new features

Comments

@al-the-x
Copy link

Currently the highest version of Python supported is 3.9.4, as defined in the Python helper python_versions.rb and limited by the version of pyenv installed into the Python executor Dockerfile.

My immediate need is for Dependabot to use Python 3.9.5, as it currently chokes in our work repo. (We can downgrade back to 3.9.4 temporarily, of course, but we're trying to stay up-to-date.) Please point me in the right direction to submit a PR for this.

Longer term, how could Dependabot support updating it's own language version dependencies when new releases are available, to minimize the manual work required to update it?

Related:

Python 3.9.5 was released 2021-05-03, Ave 3.9.6 is expected 2021-06-28 according to the PEPs above. Version 3.10.0 is expected in 2021-10 and beta 1 was released with 3.5.9 on 05-03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: feature-request Requests for new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant