microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Support for Python 3.11? #1676

Closed pamelafox closed 1 year ago

pamelafox commented 1 year ago

Python 3.11 was released today, but I noticed it's not yet in the supported tags for the devcontainer. Is it possible to add that version? It does seem to be available here: https://hub.docker.com/_/python/

Relates to: Remote - Containers

Chuxel commented 1 year ago

Images are now tracked at devcontainers/images. I raised devcontainers/images#175 to track this request.

pamelafox commented 1 year ago

Thank you!