refactor: add support for python 3.14 (#1468)

This commit is contained in:
Juro Oravec 2025-10-22 00:35:34 +02:00 committed by GitHub
parent 28ff1d072a
commit e8aad681b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 171 additions and 17 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": {