Skip to content

Commit 4e0aa5b

Browse files
committed
update workflow
1 parent ec5b8fb commit 4e0aa5b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python package
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build:
@@ -9,12 +11,12 @@ jobs:
911
strategy:
1012
max-parallel: 4
1113
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1315

1416
steps:
15-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1618
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v6
1820
with:
1921
python-version: ${{ matrix.python-version }}
2022
- name: Install dependencies

0 commit comments

Comments
 (0)