Skip to content

Commit 343522c

Browse files
committed
updated unit test versions
1 parent 62925e9 commit 343522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def get_staging_dirs(
109109
system_test_external_dependencies=[
110110
"pytest-asyncio==0.21.2",
111111
],
112-
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
112+
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
113113
)
114114

115115
s.move(templated_files, excludes=[".coveragerc", "README.rst", ".github/release-please.yml", "noxfile.py", "renovate.json"])

0 commit comments

Comments
 (0)