Skip to content

Commit ebe1ef2

Browse files
committed
feat(ci): Update Permissions
1 parent d8b3a08 commit ebe1ef2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-linting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ on:
1515
description: 'Python versions to test against'
1616
type: string
1717
# All Major versions of Python that are currently supported
18-
default: '3.9,3.10,3.11,3.12'
18+
default: '3.9,3.10,3.11,3.12,3.13'
19+
20+
permissions:
21+
contents: read
1922

2023
jobs:
2124
python-versions:

0 commit comments

Comments
 (0)