Skip to content

Commit

Permalink
Upgraded Python version to 3.10 (#376)
Browse files Browse the repository at this point in the history
The version that comes with Ubuntu 22.04.
  • Loading branch information
freemanjp authored Nov 18, 2024
1 parent e65b5cb commit e8dce68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.10

0 comments on commit e8dce68

Please sign in to comment.