Skip to content

Commit 0528c4a

Browse files
committed
Fix
1 parent cb6eb42 commit 0528c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
# TODO: (2025-05-10) This is a bad hack to work around mypy crashing
8484
# when running on Python 3.14. See https://github.com/python/mypy/pull/19020.
85-
if [[ "${{ matrix.python-version }}" == "3.12.2" ]]; then
85+
if [[ "${{ matrix.python-version }}" == "3.13.2" ]]; then
8686
MYPY_PY_VERSION="3.14-dev"
8787
fi
8888

0 commit comments

Comments
 (0)