Skip to content

Commit

Permalink
feat: add support for Python 3.10 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Oct 8, 2021
1 parent a3d2cf1 commit 3cf0814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_staging_dirs(
# ----------------------------------------------------------------------------
templated_files = common.py_library(
samples=True, # set to True only if there are samples
unit_test_python_versions=["3.6", "3.7", "3.8", "3.9", "3.10"],
split_system_tests=True,
microgenerator=True,
cov_level=100,
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Topic :: Internet",
],
Expand Down

0 comments on commit 3cf0814

Please sign in to comment.