Skip to content

Commit ade542a

Browse files
committed
test: Discover and test with 3.14 and 3.14t
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 41e97e9 commit ade542a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
PythonVersion = Tuple[Tuple[int, int], pathlib.Path]
2424

2525
ALL_VERSIONS = [
26+
((3, 14), "python3.14t"),
27+
((3, 14), "python3.14"),
2628
((3, 13), "python3.13t"),
2729
((3, 13), "python3.13"),
2830
((3, 12), "python3.12"),

0 commit comments

Comments
 (0)