Skip to content

Commit ddea16f

Browse files
committed
feat(ci): Add Python 3.14 support to owlbot.py
1 parent 78ce8a6 commit ddea16f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
templated_files = common.py_library(
2727
microgenerator=True,
2828
cov_level=100,
29+
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
2930
)
3031
s.move(
3132
templated_files,

0 commit comments

Comments
 (0)