Skip to content

Commit 566ffce

Browse files
authored
chore; use 3.12 by default for action (#240)
1 parent bd577b9 commit 566ffce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-review[dev]",
3-
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
3+
"image": "mcr.microsoft.com/devcontainers/python:0-3.12",
44
"postCreateCommand": "pipx install hatch && pip install -e.[cli,test] pylint",
55
"customizations": {
66
"vscode": {

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- uses: actions/setup-python@v5
2727
id: python
2828
with:
29-
python-version: "3.11"
29+
python-version: "3.12"
3030
update-environment: false
3131

3232
- name: Install repo-review and plugins

0 commit comments

Comments
 (0)