Skip to content

Commit

Permalink
chore; use 3.12 by default for action (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 19, 2024
1 parent bd577b9 commit 566ffce
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
@@ -1,6 +1,6 @@
{
"name": "repo-review[dev]",
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"image": "mcr.microsoft.com/devcontainers/python:0-3.12",
"postCreateCommand": "pipx install hatch && pip install -e.[cli,test] pylint",
"customizations": {
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- uses: actions/setup-python@v5
id: python
with:
python-version: "3.11"
python-version: "3.12"
update-environment: false

- name: Install repo-review and plugins
Expand Down

0 comments on commit 566ffce

Please sign in to comment.