Skip to content

Commit 3cf0814

Browse files
authored
feat: add support for Python 3.10 (#437)
1 parent a3d2cf1 commit 3cf0814

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def get_staging_dirs(
8585
# ----------------------------------------------------------------------------
8686
templated_files = common.py_library(
8787
samples=True, # set to True only if there are samples
88+
unit_test_python_versions=["3.6", "3.7", "3.8", "3.9", "3.10"],
8889
split_system_tests=True,
8990
microgenerator=True,
9091
cov_level=100,

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
"Programming Language :: Python",
8484
"Programming Language :: Python :: 3.6",
8585
"Programming Language :: Python :: 3.7",
86+
"Programming Language :: Python :: 3.8",
87+
"Programming Language :: Python :: 3.9",
88+
"Programming Language :: Python :: 3.10",
8689
"Operating System :: OS Independent",
8790
"Topic :: Internet",
8891
],

0 commit comments

Comments
 (0)