Skip to content

Commit 9cef96d

Browse files
committed
Set default permissions, use Python 3.13
1 parent b867da5 commit 9cef96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: build
22

3+
permissions: read-all
4+
35
on:
46
push:
57
pull_request:
@@ -13,7 +15,7 @@ jobs:
1315
fail-fast: false
1416
matrix:
1517
os: [ubuntu-latest]
16-
python-version: ["3.12"]
18+
python-version: ["3.13"]
1719
imp-branch: [main, develop]
1820
runs-on: ${{ matrix.os }}
1921

0 commit comments

Comments
 (0)