Skip to content

Commit 1d57860

Browse files
Update dependency python to 3.13
1 parent 1edf4e8 commit 1d57860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/meta_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
# TODO: Since pytype is not available for Python 3.13, and
5757
# pytype_test.py imports pytype, we need to use Python 3.12 for now.
58-
python-version: "3.12"
58+
python-version: "3.13"
5959
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
6060
- run: uv pip install -r requirements-tests.txt --system
6161
- name: Run pyright on typeshed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-python@v5
4343
with:
4444
# Max supported Python version as of pytype 2024.10.11
45-
python-version: "3.12"
45+
python-version: "3.13"
4646
- uses: astral-sh/setup-uv@v5
4747
- run: uv pip install -r requirements-tests.txt --system
4848
- name: Install external dependencies for 3rd-party stubs
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
# Use py311 for now, as py312 seems to be around 30s slower in CI
8383
# TODO: figure out why that is (#11590)
84-
python-version: "3.11"
84+
python-version: "3.13"
8585
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
8686
- run: uv pip install -r requirements-tests.txt --system
8787
- run: python ./tests/regr_test.py --all --verbosity QUIET

0 commit comments

Comments
 (0)