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 versions: move from python 3.7 and add support for 3.11 #120

Commits on Aug 9, 2023

  1. Python versions: move from python 3.7 and add support for 3.11

    This enhancement will allow testing across Python versions 3.8, 3.9, 3.10, and 3.11
    robotAstray committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a68cbe6 View commit details
    Browse the repository at this point in the history
  2. Python tests matching braket sdk

    * updating python versions in setup.py
    
    Update to the classifiers section to include "Programming Language :: Python :: 3.11" to match the requested support versions. In addition "Programming Language :: Python :: 3.7" was removed
    
    * updating `python_requires` field in `setup.py` to version 3.8.2
    robotAstray committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b738916 View commit details
    Browse the repository at this point in the history