diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b04e2a8c0..880c09128 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -190,4 +190,4 @@ jobs: run: | python -m pip install 'spacy[apple]' python -m pytest --pyargs spacy - if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.8' + if: startsWith(matrix.os, 'macos') && matrix.python_version == '3.11' \ No newline at end of file