diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0a58847..1f3b994 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -117,7 +117,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.14 - name: Install dependencies run: | pip install mkdocs