We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5c6d4 commit 1a256d8Copy full SHA for 1a256d8
.github/workflows/meta_tests.yml
@@ -53,9 +53,7 @@ jobs:
53
- uses: actions/checkout@v4
54
- uses: actions/setup-python@v5
55
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"
+ python-version: "3.13"
59
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
60
- run: uv pip install -r requirements-tests.txt --system
61
- name: Run pyright on typeshed
0 commit comments