diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04427ea..89473bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [ '3.8', '3.9' ] # , '3.10', '3.11' ] # TODO - add 3.10 and 3.11 if/when medcat>=1.7 is used + python-version: [ '3.8', '3.9', '3.10', '3.11' ] max-parallel: 4 steps: diff --git a/requirements.txt b/requirements.txt index 84612fa..cccbcaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ medcat==1.10.2 plotly~=5.19.0 eland==8.12.1 -en_core_web_md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl \ No newline at end of file +en_core_web_md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl