oracle/oci-python-sdk

Packaging Metadata: Classifiers specify as supported already dead python and not mark modern versions

penguinolog opened this issue · 1 comments

Marked as supported: 3.6-3.9
Expected to officially support officially extra: 3.10-3.12
Classifiers block:

oci-python-sdk/setup.py

Lines 55 to 64 in ca5dd13

classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: Universal Permissive License (UPL)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]

Thank you for bringing this to our attention, @penguinolog we are looking into it