diff --git a/.devcontainer.json b/.devcontainer.json index bed385d..421eaaa 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 85f6d6c..89cb77f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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"