Skip to content

fix: update supported Python versions#29

Merged
rmshaffer merged 1 commit intomainfrom
rmshaffer/py
Jan 30, 2026
Merged

fix: update supported Python versions#29
rmshaffer merged 1 commit intomainfrom
rmshaffer/py

Conversation

@rmshaffer
Copy link
Contributor

@rmshaffer rmshaffer commented Jan 27, 2026

Issue #, if available:

Description of changes:
Update supported Python versions to [3.11, 3.12, 3.13] to match Braket SDK repos.

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@rmshaffer rmshaffer requested a review from a team as a code owner January 27, 2026 15:04
@rmshaffer rmshaffer merged commit be85c13 into main Jan 30, 2026
12 checks passed
@rmshaffer rmshaffer deleted the rmshaffer/py branch January 30, 2026 15:02
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.11", "3.12", "3.13"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, before and after are two disjoint sets.

"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's even more hilarious that this list was mismatched with setup.py

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, apparently our CI has not been installing this package from PyPI.

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.

3 participants