8000 Revert "Disable broken typed-argument-parser tests" (#517) · python/typing_extensions@700eadd · GitHub
[go: up one dir, main page]

Skip to content

Commit 700eadd

Browse files
Revert "Disable broken typed-argument-parser tests" (#517)
1 parent 2507690 commit 700eadd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ jobs:
223223
strategy:
224224
fail-fast: false
225225
matrix:
226-
# TODO: reenable 3.12 and 3.13 after they are fixed:
227-
# https://github.com/swansonk14/typed-argument-parser/issues/156
228-
python-version: ["3.9", "3.10", "3.11"]
226+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
229227
runs-on: ubuntu-latest
230228
timeout-minutes: 60
231229
steps:

0 commit comments

Comments
 (0)
0