Skip to content

Commit 7f4aef7

Browse files
third_party: enable 3.13 for pyanalyze (#486)
1 parent 17d3a37 commit 7f4aef7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137
strategy:
138138
fail-fast: false
139139
matrix:
140-
# 3.13 support is pending
141-
python-version: ["3.9", "3.10", "3.11", "3.12"]
140+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
142141
runs-on: ubuntu-latest
143142
timeout-minutes: 60
144143
steps:

0 commit comments

Comments
 (0)