Skip to content

Commit 47a77d8

Browse files
committed
chg: Bump workflow
1 parent d56a146 commit 47a77d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pytest.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', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1618

1719
steps:
1820

0 commit comments

Comments
 (0)