DavidMuller / aws-requests-auth

AWS signature version 4 signing process for the python requests module
Other
504 stars 92 forks source link

Prep for wheel support on pypi #56

Closed DavidMuller closed 4 years ago

DavidMuller commented 4 years ago

What

This PR preps the repository for publishing a wheel as per @kgaughan 's recommendations in:

kgaughan commented 4 years ago

I don't suppose you could pull in the change to .travis.yml from #55 adding the 3.7 and 3.8 builds too? It's just to make sure that the build continues work on more recent versions of Python, and 3.7 is AWS's recommended version for lambdas.

DavidMuller commented 4 years ago

I don't suppose you could pull in the change to .travis.yml from #55 adding the 3.7 and 3.8 builds too? It's just to make sure that the build continues work on more recent versions of Python, and 3.7 is AWS's recommended version for lambdas.

.travis.yml updated in https://github.com/DavidMuller/aws-requests-auth/pull/57