Skip to content

Commit 1a256d8

Browse files
authored
[CI] Run pyright tests with Python 3.13 (#14469)
1 parent fd5c6d4 commit 1a256d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/meta_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
- uses: actions/setup-python@v5
5555
with:
56-
# TODO: Since pytype is not available for Python 3.13, and
57-
# pytype_test.py imports pytype, we need to use Python 3.12 for now.
58-
python-version: "3.12"
56+
python-version: "3.13"
5957
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
6058
- run: uv pip install -r requirements-tests.txt --system
6159
- name: Run pyright on typeshed

0 commit comments

Comments
 (0)