Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d44e9cf

Browse filesBrowse files
authored
Test Python 3.14 in CI (#565)
1 parent 21be122 commit d44e9cf
Copy full SHA for d44e9cf

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.