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