Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 0116348

Browse files
committed
chore(python): Add support for Python 3.14
1 parent 9dece54 commit 0116348

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def get_staging_dirs(
103103
unit_test_external_dependencies=["six"],
104104
system_test_external_dependencies=["six"],
105105
cov_level=100,
106+
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
106107
)
107108
s.move(
108109
templated_files,

0 commit comments

Comments
 (0)