From cb719753b9d6a3692f3db8045d2662686bafbcf9 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 6 Dec 2024 00:05:42 -0800 Subject: [PATCH] Disable broken typed-argument-parser tests (#515) Fixes #157 --- .github/workflows/third_party.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 0bf1c820..622d13d4 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -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: