Skip to content

Commit 216bc86

Browse files
authored
Update build.yml
1 parent 334e633 commit 216bc86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@ on:
88
required: false
99
type: boolean
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build:
1316
runs-on: ${{ matrix.os }}
1417

1518
strategy:
1619
matrix:
1720
os: ["windows-latest"]
18-
python-version: ["3.10", "3.11"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1922
architecture: ['x64']
2023

2124
steps:

0 commit comments

Comments
 (0)