From e205af0b2986942da7c4d40ad2e169eb6b7864ca Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Wed, 10 Sep 2025 11:59:57 +0200 Subject: [PATCH] fix: other python version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 805ada5..015a8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.9', '3.11'] + python-version: ['3.10', '3.11'] steps: - name: Checkout repository uses: actions/checkout@v4