Skip to content

Commit daa7931

Browse files
authored
Run typed-argument-parser tests on 3.12 in the daily workflow (#307)
They declared support for Python 3.12 in swansonk14/typed-argument-parser@0789b25
1 parent 0b0166d commit daa7931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
strategy:
218218
fail-fast: false
219219
matrix:
220-
python-version: ["3.8", "3.9", "3.10", "3.11"]
220+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
221221
runs-on: ubuntu-latest
222222
timeout-minutes: 60
223223
steps:

0 commit comments

Comments
 (0)