Skip to content

Commit 525a6ac

Browse files
committed
update GH actions
1 parent 4abcd8b commit 525a6ac

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish library
22

3+
permissions: {}
4+
35
on:
46
push:
57
branches:

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Run tests
2+
3+
permissions: {}
4+
25
on:
36
pull_request:
47
push:
@@ -11,7 +14,7 @@ jobs:
1114
runs-on: ubuntu-latest
1215
strategy:
1316
matrix:
14-
python-version: ["3.11", "3.12", "3.13"]
17+
python-version: ["3.12", "3.13", "3.14"]
1518
fail-fast: false
1619
steps:
1720
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)