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 48
48
- " 3.12.0"
49
49
- " 3.13"
50
50
- " 3.13.0"
51
+ - " 3.14-dev"
51
52
- " pypy3.9"
52
53
- " pypy3.10"
53
54
69
70
cd src
70
71
python --version # just to make sure we're running the right one
71
72
python -m unittest test_typing_extensions.py
73
+ continue-on-error : ${{ endsWith(matrix.python-version, '-dev') }}
72
74
73
75
- name : Test CPython typing test suite
74
76
# Test suite fails on PyPy even without typing_extensions
78
80
# Run the typing test suite from CPython with typing_extensions installed,
79
81
# because we monkeypatch typing under some circumstances.
80
82
python -c 'import typing_extensions; import test.__main__' test_typing -v
83
+ continue-on-error : ${{ endsWith(matrix.python-version, '-dev') }}
81
84
82
85
linting :
83
86
name : Lint
You can’t perform that action at this time.
0 commit comments