From 700eadd2bad0bb118a884dd85adbcd073a2c0046 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Sun, 8 Dec 2024 13:59:37 -0500 Subject: [PATCH] Revert "Disable broken typed-argument-parser tests" (#517) --- .github/workflows/third_party.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 9de7745d..d5a85399 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -223,9 +223,7 @@ jobs: strategy: fail-fast: false matrix: - # 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"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ubuntu-latest timeout-minutes: 60 steps: