Skip to content

Commit 82d512a

Browse files
Run 3.13 tests for typed_argument_parser (#487)
1 parent 3ebe884 commit 82d512a

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
@@ -236,8 +236,7 @@ jobs:
236236
strategy:
237237
fail-fast: false
238238
matrix:
239-
# 3.13 support: https://github.com/swansonk14/typed-argument-parser/issues/150
240-
python-version: ["3.9", "3.10", "3.11", "3.12"]
239+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
241240
runs-on: ubuntu-latest
242241
timeout-minutes: 60
243242
steps:

0 commit comments

Comments
 (0)