Closed DavidMuller closed 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.
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
What
This PR preps the repository for publishing a wheel as per @kgaughan 's recommendations in:
Request: release aws-requests-auth as a wheel
- https://github.com/DavidMuller/aws-requests-auth/issues/54Basic wheel building support
- https://github.com/DavidMuller/aws-requests-auth/pull/55