From 7f4cc0e788f60d40884994fc74d49f22122fc02c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:52:45 +0000 Subject: [PATCH] Update dependency python to v3.13.0 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a7b8ce08..53ee2f1f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' - name: Install c2cciutils run: python3 -m pip install --requirement=ci/requirements.txt - name: Print the environment