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

[python] setup.py template should be updated to include Python 3.13 in classifiers #5856

Open
kristapratico opened this issue Feb 4, 2025 · 2 comments
Assignees
Labels
emitter:client:python Issue for the Python client emitter: @typespec/http-client-python

Comments

@kristapratico
Copy link
Member

kristapratico commented Feb 4, 2025

We support 3.13, we should include it in the classifiers:

classifiers=[
"Development Status :: {{ dev_status }}",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
],

I know we're moving to pyproject.toml soon, but not sure if we have a template for that yet.

@kristapratico kristapratico added the emitter:client:python Issue for the Python client emitter: @typespec/http-client-python label Feb 4, 2025
@msyyc msyyc self-assigned this Feb 5, 2025
@msyyc
Copy link
Contributor

msyyc commented Feb 5, 2025

We shall also add py3.13 check in CI to make sure we fully support it.

@msyyc
Copy link
Contributor

msyyc commented Feb 6, 2025

Pending on azure-core update python 3.13 Azure/azure-sdk-for-python#39595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emitter:client:python Issue for the Python client emitter: @typespec/http-client-python
Projects
None yet
Development

No branches or pull requests

2 participants