diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3740004..e61463e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34bc895..6a6bc86 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install and configure Poetry (this should ideally be done from pyproject.toml but..) uses: snok/install-poetry@v1 with: