From 8de7aa088cc3792d300e1480ab60e095e94a02dc Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 8 Jan 2026 14:43:25 -0500 Subject: [PATCH] CI: Update Python version to 3.13 --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8c785e8..dbf7564 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.13 - name: Install dependencies run: | python -m pip install --upgrade pip @@ -33,7 +33,7 @@ jobs: - name: Setup uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.13 - name: Install dependencies run: | python -m pip install --upgrade pip @@ -51,7 +51,7 @@ jobs: use-flake8: false use-vulture: false extra-pycodestyle-options: "--config=setup.cfg" - python-version: "3.9" + python-version: "3.13" - name: Run pycodestyle # This is required because the annotate action doesn't trigger a failure run: |