diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 256f826..7747f36 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-intellij", - "image": "ghcr.io/gantsign/devcontainer-python3.10:latest", + "image": "ghcr.io/gantsign/devcontainer-python3.12:latest", "customizations": { "vscode": { "extensions": [ diff --git a/.python-version b/.python-version index c8cfe39..e4fba21 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10 +3.12