Skip to content

Commit f05cea2

Browse files
authored
Update CI.yml
1 parent 94d492e commit f05cea2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- master
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
test:
1316
name: Python ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -16,8 +19,6 @@ jobs:
1619
fail-fast: false
1720
matrix:
1821
version:
19-
- "3.10"
20-
- "3.11"
2122
- "3.12"
2223
os:
2324
- ubuntu-latest

0 commit comments

Comments
 (0)