Skip to content

Commit cb71975

Browse files
Disable broken typed-argument-parser tests (#515)
Fixes #157
1 parent f2d0667 commit cb71975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/third_party.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ jobs:
223223
strategy:
224224
fail-fast: false
225225
matrix:
226-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
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"]
227229
runs-on: ubuntu-latest
228230
timeout-minutes: 60
229231
steps:

0 commit comments

Comments
 (0)