Skip to content

Commit 029f0c9

Browse files
Bump pycrdt v0.13.0 (#140)
* Bump pycrdt v0.13.0 * Require pycrdt-store >=0.1.4 * Remove unneeded pypy3.10 reference * Don't run mypy on python 3.10
1 parent 2b8d7aa commit 029f0c9

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
]
3030
dependencies = [
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]

0 commit comments

Comments
 (0)