From 7f4aef716f092ccdfda02daf3dfd421eb68d99f1 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 15 Oct 2024 10:16:57 -0700 Subject: [PATCH] third_party: enable 3.13 for pyanalyze (#486) --- .github/workflows/third_party.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 7987f74e..c47c8bdc 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -137,8 +137,7 @@ jobs: strategy: fail-fast: false matrix: - # 3.13 support is pending - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ubuntu-latest timeout-minutes: 60 steps: