Skip to content

Commit 3cdcdd3

Browse files
committed
Implementation changes to support Python 3.14
1 parent 7740c12 commit 3cdcdd3

File tree

3 files changed

+265
-156
lines changed

3 files changed

+265
-156
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
build:
3636
runs-on: ubuntu-latest
3737
strategy:
38+
fail-fast: false # Continue all jobs even if one fails
3839
matrix:
3940
python-version: ["3.11", "3.12", "3.13", "3.14"]
4041
defaults:

0 commit comments

Comments
 (0)