diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7e7c0f3..ebcc917 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "StreamBlocks Development", - "image": "mcr.microsoft.com/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/python:3.14", "features": { "ghcr.io/devcontainers/features/node:1": { "version": "lts" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 2605997..53b01af 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install python-semantic-release run: pip install python-semantic-release diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14