Add support for py3.11 (#1415)

This commit is contained in:
Srikanth Chekuri
2022-11-01 02:49:50 +05:30
committed by GitHub
parent 339e0f3c7e
commit 38d384a2ae
51 changed files with 98 additions and 47 deletions

View File

@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"opentelemetry-api ~= 1.12",