File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
with :
56
56
# TODO: Since pytype is not available for Python 3.13, and
57
57
# pytype_test.py imports pytype, we need to use Python 3.12 for now.
58
- python-version : " 3.12 "
58
+ python-version : " 3.13 "
59
59
- run : curl -LsSf https://astral.sh/uv/install.sh | sh
60
60
- run : uv pip install -r requirements-tests.txt --system
61
61
- name : Run pyright on typeshed
Original file line number Diff line number Diff line change 42
42
- uses : actions/setup-python@v5
43
43
with :
44
44
# Max supported Python version as of pytype 2024.10.11
45
- python-version : " 3.12 "
45
+ python-version : " 3.13 "
46
46
- uses : astral-sh/setup-uv@v5
47
47
- run : uv pip install -r requirements-tests.txt --system
48
48
- name : Install external dependencies for 3rd-party stubs
81
81
with :
82
82
# Use py311 for now, as py312 seems to be around 30s slower in CI
83
83
# TODO: figure out why that is (#11590)
84
- python-version : " 3.11 "
84
+ python-version : " 3.13 "
85
85
- run : curl -LsSf https://astral.sh/uv/install.sh | sh
86
86
- run : uv pip install -r requirements-tests.txt --system
87
87
- run : python ./tests/regr_test.py --all --verbosity QUIET
You can’t perform that action at this time.
0 commit comments