Skip to content

Commit

Permalink
Merge pull request #26 from Hrazhan/master
Browse files Browse the repository at this point in the history
Build issue fix: replacing the cyhunspell package with a different package that maintains the same API
  • Loading branch information
sinaahmadi authored Sep 18, 2024
2 parents 891600b + 7d8dc60 commit afe683c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cyhunspell>=2.0.1
chunspell==2.0.4

0 comments on commit afe683c

Please sign in to comment.