update to python3.10 in ci
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0684071..995b715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: "3.10" cache: 'pip' - name: Install hatch run: |