Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Add Python 3.10 #1104

Closed
davetapley opened this issue Oct 12, 2021 · 4 comments
Closed

Add Python 3.10 #1104

davetapley opened this issue Oct 12, 2021 · 4 comments
Labels
feature-request Request for new features or functionality python

Comments

@davetapley
Copy link

As given here and on #532 Python 3.10 has been released 🎉

Unfortunately:

manifest for mcr.microsoft.com/vscode/devcontainers/python:0-3.10 not found

which I assume because missing here ⬇️ ?

"variants": ["3", "3.9", "3.8", "3.7", "3.6"],


I think should be a simple bump (like 85a9a2e), because:

# [Choice] Python version: 3, 3.9, 3.8, 3.7, 3.6
ARG VARIANT=3
FROM python:${VARIANT}

and python:3.10 tags are now on Dockerhub: https://hub.docker.com/_/python?tab=tags&page=1&name=3.10

Also note that python-3 on Dockerhub is now 3.10, see ENV PYTHON_VERSION=3.10.0 here,
so I presume rebuild would bump that as well? 🤔


If it's as simple as replicating 85a9a2e, then I'm happy to do a PR.

@Chuxel
Copy link
Member

Chuxel commented Oct 12, 2021

Happy to take a PR, and yes it is that simple. :) We can bump the 3 image as well and related definitions like python-3-postgres

@Chuxel Chuxel added feature-request Request for new features or functionality python labels Oct 12, 2021
@Chuxel
Copy link
Member

Chuxel commented Oct 13, 2021

PR #1108 will add in support once merged.

@davetapley
Copy link
Author

Aw you beat me to it! Thanks 🙏🏻

@Chuxel
Copy link
Member

Chuxel commented Oct 15, 2021

Should be up now!

@Chuxel Chuxel closed this as completed Oct 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality python
Projects
None yet
Development

No branches or pull requests

2 participants