Navigation Menu

Skip to content

Commit

Permalink
feat: add support for Python 3.10 (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 14, 2021
1 parent 927697d commit bb25d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions owlbot.py
Expand Up @@ -353,6 +353,7 @@
microgenerator=True,
samples=True,
cov_level=100,
unit_test_python_versions=["3.6", "3.7", "3.8", "3.9", "3.10"],
system_test_external_dependencies=["psutil"],
)
s.move(templated_files, excludes=[".coveragerc", ".github/CODEOWNERS"])
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -82,6 +82,8 @@
"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 bb25d75

Please sign in to comment.