NOTE: I think we should hold off on this change for a few days until other things have subsided, since a lot of repos would need to incorporate an incompatible version update (dcicutils = "^5.0.0" instead of dcicutils = "^4.0.0") to get this.
Also, taking this change should get rid of this warning (from testing on GA):
/home/runner/.cache/pypoetry/virtualenvs/dcicutils--i6xsha8-py3.6/lib/python3.6/site-packages/boto3/compat.py:88:
PythonDeprecationWarning: Boto3 will no longer support Python 3.6 starting May 30, 2022.
To continue receiving service updates, bug fixes, and security updates please upgrade to Python 3.7 or later.
More information can be found here: https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/
The actual change is pretty simple:
pyproject.toml
CHANGELOG.rst
NOTE: I think we should hold off on this change for a few days until other things have subsided, since a lot of repos would need to incorporate an incompatible version update (
dcicutils = "^5.0.0"
instead ofdcicutils = "^4.0.0"
) to get this.Also, taking this change should get rid of this warning (from testing on GA):