File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4848 - " 3.12.0"
4949 - " 3.13"
5050 - " 3.13.0"
51+ - " 3.14-dev"
5152 - " pypy3.9"
5253 - " pypy3.10"
5354
6970 cd src
7071 python --version # just to make sure we're running the right one
7172 python -m unittest test_typing_extensions.py
73+ continue-on-error : ${{ endsWith(matrix.python-version, '-dev') }}
7274
7375 - name : Test CPython typing test suite
7476 # Test suite fails on PyPy even without typing_extensions
7880 # Run the typing test suite from CPython with typing_extensions installed,
7981 # because we monkeypatch typing under some circumstances.
8082 python -c 'import typing_extensions; import test.__main__' test_typing -v
83+ continue-on-error : ${{ endsWith(matrix.python-version, '-dev') }}
8184
8285 linting :
8386 name : Lint
You can’t perform that action at this time.
0 commit comments