File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,14 +51,12 @@ jobs:
5151 - uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
54- - name : Ensure pip >= v25.1
55- run : python -m pip install "pip >= 25.1"
5654 - name : Install dependencies
5755 run : |
5856 pip install --group test .
5957 cd tests; npm install
6058 - name : Check types
61- if : ${{ !((matrix.python-version == 'pypy3 .10') || (matrix.python-version == 'pypy3.11')) }}
59+ if : ${{ !((matrix.python-version == '3 .10') || (matrix.python-version == 'pypy3.11')) }}
6260 run : |
6361 mypy src tests
6462 - name : Run tests
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ classifiers = [
2929]
3030dependencies = [
3131 " anyio >=3.6.2,<5" ,
32- " pycrdt >=0.12.16 ,<0.13 .0" ,
33- " pycrdt-store >=0.1.0 ,<0.2.0" ,
32+ " pycrdt >=0.13.0 ,<0.14 .0" ,
33+ " pycrdt-store >=0.1.4 ,<0.2.0" ,
3434]
3535
3636[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments