Skip to content

Commit 7498682

Browse files
committed
Add python 3.14 to workflows
1 parent 929cbca commit 7498682

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.11"
1919
- "3.12"
2020
- "3.13"
21+
- "3.14"
2122
steps:
2223
- name: Checkout repository
2324
uses: actions/checkout@v6

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "3.11"
1919
- "3.12"
2020
- "3.13"
21+
- "3.14"
2122
steps:
2223
- name: Checkout repository
2324
uses: actions/checkout@v6

0 commit comments

Comments
 (0)