Skip to content

Conversation

@jonathan343
Copy link
Contributor

Summary

This PR adds the Programming Language :: Python :: 3.14 classifier to clients generated with smithy python.


Testing

Code Generation

Used the code generator to build a new version of the aws-sdk-bedrock-runtime client and verified the classifier is present in the generated pyproject.toml file:

classifiers = [
    "Development Status :: 2 - Pre-Alpha",
    "Intended Audience :: Developers",
    "Intended Audience :: System Administrators",
    "Natural Language :: English",
    "License :: OSI Approved :: Apache Software License",
    "Programming Language :: Python",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3 :: Only",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Programming Language :: Python :: 3.14"
]

AWS SDK Bedrock Runtime

Installed aws-sdk-bedrock-runtime in a Python 3.14 virtual environment and confirmed that it successfully runs on Python 3.14. I did see a new error that will be removed with awslabs/aws-sdk-python#22


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jonathan343 jonathan343 marked this pull request as ready for review October 15, 2025 18:58
@jonathan343 jonathan343 requested a review from a team as a code owner October 15, 2025 18:58
@jonathan343 jonathan343 merged commit d9b9e2b into develop Oct 16, 2025
6 checks passed
@jonathan343 jonathan343 deleted the codegen-3.14-classifier branch October 16, 2025 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants