-
Notifications
You must be signed in to change notification settings - Fork 516
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
Drop support for Python 3.6 #2244
Comments
I think we should go straight to using a minimum of Python 3.9. All of the tests are passing for that version and we're already building and publishing images for py3.9 here https://github.com/hyperledger/aries-cloudagent-python/pkgs/container/aries-cloudagent-python. BC Gov, as @swcurran pointed out, is using these images to upgrade all services and we've had great success using the So:
@swcurran, as a separate topic we need to discuss what to do with |
I think we need to transition the |
Could be as simple as relabeling/retagging the image and pushing it to the exiting repo, and updating the documentation to indicate it's acting as a mirror of sorts. |
It’s now time to drop support for Python 3.6. What needs to be done to make that happen? I’m guessing the list is something like:
FYI BC Gov has updated all deployments from Python 3.6 to 3.9 and there were no issues identified.
Adjustments/additions @WadeBarnes @dbluhm ?
The text was updated successfully, but these errors were encountered: