diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 79b5d1b06..61e61513d 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Python 3.13 🔧 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: 3.13 # guarddog / pygit2 still have issues with 3.14 + python-version: 3.14 # guarddog / pygit2 still have issues with 3.14 - name: Install Python dependencies ⚙️ run: | python -m pip install --upgrade pip setuptools wheel