Skip to content

Commit abf3e45

Browse files
committed
chg: Bump mypy test
1 parent 66871a5 commit abf3e45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88

99
jobs:
1010
build:
11+
permissions:
12+
contents: read
1113

1214
runs-on: ubuntu-latest
1315
strategy:
1416
matrix:
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1618
name: Python ${{ matrix.python-version }} sample
1719

1820
steps:

0 commit comments

Comments
 (0)