Skip to content

Commit e8bbbe6

Browse files
authored
chore: update dev dependencies (#899)
1 parent 69af3f0 commit e8bbbe6

File tree

3 files changed

+661
-546
lines changed

3 files changed

+661
-546
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "3.14"
2828
include:
2929
- os: Ubuntu
30-
python-version: pypy-3.10
30+
python-version: pypy-3.11
3131
fail-fast: false
3232
defaults:
3333
run:
@@ -90,4 +90,7 @@ jobs:
9090
run: poetry run python -m pytest -p no:sugar --integration -q tests/integration
9191

9292
- name: Run mypy
93+
# mypy 1.19 introduces a dependency on librt, which does not support PyPy
94+
# It is recommended to run mypy only on CPython, see https://github.com/mypyc/librt/issues/16
95+
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
9396
run: poetry run mypy

0 commit comments

Comments
 (0)