Skip to content

Commit

Permalink
devcontainer: We only need python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Aug 13, 2024
1 parent 6510890 commit 3579b9c
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 @@ -14,7 +14,7 @@
// python is needed for decompiling Mojang's server jar
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.12"
"version": "3.7"
}
},
"mounts": [
Expand Down

0 comments on commit 3579b9c

Please sign in to comment.