Skip to content

Commit 3fb7aca

Browse files
brtkwrclaude
andcommitted
fix: add PR write permissions for coverage, add Python 3.14 to CI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f252288 commit 3fb7aca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
test:
1115
runs-on: ubuntu-latest
1216
strategy:
1317
matrix:
14-
python-version: ['3.11', '3.12', '3.13']
18+
python-version: ['3.11', '3.12', '3.13', '3.14']
1519

1620
steps:
1721
- name: 📥 Checkout code
@@ -21,6 +25,7 @@ jobs:
2125
uses: actions/setup-python@v4
2226
with:
2327
python-version: ${{ matrix.python-version }}
28+
allow-prereleases: true
2429

2530
- name: 📦 Install uv
2631
uses: astral-sh/setup-uv@v4

0 commit comments

Comments
 (0)