Skip to content

Commit

Permalink
third_party: enable 3.13 for pyanalyze (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Oct 15, 2024
1 parent 17d3a37 commit 7f4aef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f4aef7

Please sign in to comment.