We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6eb42 commit 0528c4aCopy full SHA for 0528c4a
1 file changed
.github/workflows/tests.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
# TODO: (2025-05-10) This is a bad hack to work around mypy crashing
84
# when running on Python 3.14. See https://github.com/python/mypy/pull/19020.
85
- if [[ "${{ matrix.python-version }}" == "3.12.2" ]]; then
+ if [[ "${{ matrix.python-version }}" == "3.13.2" ]]; then
86
MYPY_PY_VERSION="3.14-dev"
87
fi
88
0 commit comments