Skip to content

Commit

Permalink
Disable broken typed-argument-parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 6, 2024
1 parent f2d0667 commit a6e7107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
# TODO: reenable 3.12 and 3.13 after they are fixed:
# https://github.com/swansonk14/typed-argument-parser/issues/156
python-version: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down

0 comments on commit a6e7107

Please sign in to comment.