Skip to content

Commit 074471f

Browse files
committed
Add Python 3.14 support
1 parent d8b2ff0 commit 074471f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
"3.11",
2020
"3.12",
2121
"3.13",
22+
"3.14",
2223
]
2324
steps:
2425
- name: "Check out repository"
@@ -49,6 +50,7 @@ jobs:
4950
"3.11",
5051
"3.12",
5152
"3.13",
53+
"3.14",
5254
]
5355
steps:
5456
- name: "Check out repository"

0 commit comments

Comments
 (0)