Skip to content

Commit

Permalink
Upgraded Python version to 3.10 (#405)
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 16, 2024
1 parent 0b62418 commit eea7fe0
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-intellij",
"image": "ghcr.io/gantsign/devcontainer-python3.9:latest",
"image": "ghcr.io/gantsign/devcontainer-python3.10:latest",
"customizations": {
"vscode": {
"extensions": [
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 eea7fe0

Please sign in to comment.