refactor: add support for python 3.14

This commit is contained in:
Juro Oravec 2025-10-21 21:25:06 +00:00
parent 28ff1d072a
commit 4c9538f06a
16 changed files with 25 additions and 18 deletions

View file

@ -1,8 +1,8 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/python-3
{
// Uncomment to run Python 3.13 or other specific version
// "image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
// Uncomment to run Python 3.14 or other specific version
// "image": "mcr.microsoft.com/devcontainers/python:3.14-bullseye",
// Configure tool-specific properties.
"customizations": {