Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
penguinolog opened this issue Apr 3, 2024 · 1 comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service

Comments

@penguinolog
Copy link

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",
]

@bhagwatvyas bhagwatvyas added the SDK Issue pertains to the SDK itself and not specific to any service label Apr 16, 2024
@bhagwatvyas
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service
Projects
None yet
Development

No branches or pull requests

2 participants