From 7d8dc60b24c0c22df166e1dbb120fd223c002925 Mon Sep 17 00:00:00 2001 From: Razhan Hameed Date: Wed, 18 Sep 2024 17:16:55 +0300 Subject: [PATCH] replacing cyhunspell package with a different package but same api --- .github/workflows/run-tests.yml | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f82d55c..e5f26ea 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,8 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.7", "3.8", "3.9"] # cyhunspell is not available for python 3.10 yet! - + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] # chunspell build on 3.7 and later versions of Python steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/requirements.txt b/requirements.txt index 8265d79..04ac6fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cyhunspell>=2.0.1 \ No newline at end of file +chunspell==2.0.4 \ No newline at end of file