Skip to content

Commit 6f73fe5

Browse files
committed
Add python 3.14 test on linux
1 parent 8665e6d commit 6f73fe5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- os: ubuntu-latest
2222
python-version: "3.12"
2323
numpy-version: "1.26"
24+
- os: ubuntu-latest
25+
python-version: "3.14"
26+
numpy-version: null
2427

2528
steps:
2629
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)