Skip to content

Commit e2e3f8e

Browse files
authored
ci: update ci.yml
1 parent 0fe607a commit e2e3f8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up PDM
3232
uses: pdm-project/setup-pdm@v3
3333
with:
34-
python-version: "3.8"
34+
python-version: "3.8" # TODO: 3.11
3535

3636
- name: Set cache variables
3737
id: set_variables
@@ -76,11 +76,11 @@ jobs:
7676
- macos-latest
7777
- windows-latest
7878
python-version:
79-
#### - "3.7" # Not compatible with numpy<1.22
8079
- "3.8"
8180
- "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...
81+
#### - "3.10" # TODO:
82+
#### - "3.11" # TODO:
83+
#### - "3.12" # TODO:
8484

8585
runs-on: ${{ matrix.os }}
8686

0 commit comments

Comments
 (0)