Skip to content

Commit

Permalink
Revert devcontainer to 3.12 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 25, 2025
1 parent c26f4ac commit 4cf9dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "Dockerfile",
"args": {
"PYTHON_RELEASE": "3.13" // This overrides the default of 3.12
"PYTHON_RELEASE": "3.12" // This overrides the default of 3.12
}
},

Expand Down

0 comments on commit 4cf9dd0

Please sign in to comment.