Skip to content

Commit

Permalink
Switch to python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hchris1 committed Dec 28, 2024
1 parent ba4e03a commit 06894b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hchris/eversolo",
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
python-version: "3.13"
cache: "pip"

- name: "Install requirements"
Expand Down

0 comments on commit 06894b7

Please sign in to comment.