8000 Test Python 3.14 in CI (#565) · python/typing_extensions@d44e9cf · GitHub
[go: up one dir, main page]

Skip to content

Commit d44e9cf

Browse files
authored
Test Python 3.14 in CI (#565)
1 parent 21be122 commit d44e9cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- "3.12.0"
4949
- "3.13"
5050
- "3.13.0"
51+
- "3.14-dev"
5152
- "pypy3.9"
5253
- "pypy3.10"
5354

@@ -69,6 +70,7 @@ jobs:
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
@@ -78,6 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)
0