-
Notifications
You must be signed in to change notification settings - Fork 3
⚠️ CONFLICT! Lineage pull request for: skeleton #10
Conversation
We claim to support Python versions 3.6, 3.7, and 3.8 in setup.py, but we only test and build on Python 3.8. If we claim support for a version then I believe we should be testing and building on that version to ensure "advertised" compatibility.
In workflows using the Python version matrix we should just use the version for that run instead of extracting the Python version from the environment.
…versions Change test and build Action Workflows to Run Against All Supported Python Versions
c6cae98
to
333bddb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is less of a change request and more of a question I'd like answered before this is merged.
It seems odd that the test portion of the build.yml
workflow runs against python 3.6, 3.7, and 3.8 while the build portion of that workflow only runs against 3.8. I assume the latter is because you only want to build for the latest python version that Lambda supports, which is currently 3.8. With that in mind, is it really necessary to test against 3.7 and 3.6? Or should we build for all three versions and let the user choose which version of python to use?
Add in the skeleton-python-library build workflow and change the existing build workflow to build_lambda. This reflects the fact that building the base code is different from generating a lambda artifact.
That's a fair point. I've changed the existing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 👍
Lineage Pull Request: CONFLICT
Lineage has created this pull request to incorporate new changes found in an
upstream repository:
Upstream repository:
https://github.com/cisagov/skeleton-python-library.git
Remote branch:
HEAD
Check the changes in this pull request to ensure they won't cause issues with
your project.
The
lineage/skeleton
branch has one or more unresolved merge conflictsthat you must resolve before merging this pull request!
How to resolve the conflicts
Take ownership of this pull request by removing any other assignees.
Clone the repository locally, and reapply the merge:
Review the changes displayed by the
status
command. Fix any conflicts andpossibly incorrect auto-merges.
After resolving each of the conflicts,
add
your changes to the branch,commit
, andpush
your changes:Wait for all the automated tests to pass.
Check the "Everything is cool" checkbox below:
Mark this draft pull request "Ready for review".
Note: You are seeing this because one of this repository's maintainers has
configured Lineage to open pull requests.
For more information:
🛠 Lineage configurations for this project are stored in
.github/lineage.yml
📚 Read more about Lineage