boto / s3transfer

Amazon S3 Transfer Manager for Python
Apache License 2.0
209 stars 133 forks source link

Allow developmental versions of botocore v2 #160

Closed joguSD closed 4 years ago

joguSD commented 4 years ago

This allows for developmental versions of botocore to be used such as 2.0.0devX or 2.0a.0devX as they are less than 2.0a.0. However, this will not allow 2.0a.0 or greater of botocore.

Version Identification PEP