Skip to content

Commit

Permalink
feat: adding Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaknishant committed Mar 20, 2023
1 parent 9fa3c68 commit b2e2204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
templated_files = common.py_library(
cov_level=98,
system_test_python_versions=["3.8"],
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10"],
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11"],
unit_test_extras=["testing"],
system_test_extras=["testing"],
microgenerator=True,
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit b2e2204

Please sign in to comment.