We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe607a commit e2e3f8eCopy full SHA for e2e3f8e
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up PDM
32
uses: pdm-project/setup-pdm@v3
33
with:
34
- python-version: "3.8"
+ python-version: "3.8" # TODO: 3.11
35
36
- name: Set cache variables
37
id: set_variables
@@ -76,11 +76,11 @@ jobs:
76
- macos-latest
77
- windows-latest
78
python-version:
79
- #### - "3.7" # Not compatible with numpy<1.22
80
- "3.8"
81
- "3.9"
82
- #### - "3.10" # TODO: numpy==1.21.1 & scipy==1.6.1 & spacy not compatible...
83
- #### - "3.11-dev" # TODO: numpy==1.21.1 & scipy==1.6.1 & spacy not compatible...
+ #### - "3.10" # TODO:
+ #### - "3.11" # TODO:
+ #### - "3.12" # TODO:
84
85
runs-on: ${{ matrix.os }}
86
0 commit comments