From 39fa547a5743fe83daccfec8eeae642d40081e15 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 22 Oct 2024 06:35:38 -0700 Subject: [PATCH] Run 3.13 tests for typed_argument_parser --- .github/workflows/third_party.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index c47c8bdc..effe98a7 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -236,8 +236,7 @@ jobs: strategy: fail-fast: false matrix: - # 3.13 support: https://github.com/swansonk14/typed-argument-parser/issues/150 - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ubuntu-latest timeout-minutes: 60 steps: