From 65d5cf3dd5b96d5304014c9fb6f839e1d8a067ac Mon Sep 17 00:00:00 2001 From: John Freeman Date: Fri, 15 Nov 2024 19:52:17 +0000 Subject: [PATCH] Upgraded Python version to 3.10 The version that comes with Ubuntu 22.04. --- .devcontainer/devcontainer.json | 2 +- .python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c8c11a8..a2e4df5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "ansible-role-golang", - "image": "mcr.microsoft.com/devcontainers/python:0-3.9", + "image": "mcr.microsoft.com/devcontainers/python:0-3.10", "features": { "ghcr.io/devcontainers/features/common-utils:2": { "installZsh": true, diff --git a/.python-version b/.python-version index bd28b9c..c8cfe39 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.9 +3.10