Deprecation
- The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7 as of version 3.3
- Only Python 3.8+ is supported.
- We no longer support OpenSSL 1.0.1 or 1.0.2, as per cryptography documentation.
Feature
- Warn on Deprecated Python 3.7 usage
- Add Python 3.11 to CI
- Add Python 3.12 to CI
Maintenance
- Update requirements for boto3 (>=1.10.0) and cryptography (>=3.4.6)