From ee418765b9bd767ab4be15b03986b93a79eb87e3 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 12 Aug 2025 09:12:28 -0400 Subject: [PATCH] ci: bump python version to 3.10 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fed79a..4911a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: "3.10" cache: 'pip' - name: Install Python dependencies @@ -124,7 +124,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: "3.10" cache: 'pip' - name: Install Python dependencies @@ -179,7 +179,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: "3.10" cache: 'pip' - name: Install Python dependencies