GH-fix-GH-58 use newer python version in release process - #60
Merged
Conversation
jprosser
reviewed
Jun 16, 2026
| uses: actions/setup-python@v4 | ||
| with: | ||
| python-version: "3.8" | ||
| python-version: "3.9" |
Contributor
There was a problem hiding this comment.
This should at the very least be 3.12 though 3.10 is not quite dead yet.
Contributor
Author
There was a problem hiding this comment.
@jprosser Oh, I understand for sure. I was just trying to move it up as little as possible to break as little as possible. I'll try 3.10 and see what happens :)
Contributor
There was a problem hiding this comment.
Ok, but 3.10 is done in a few months basically. Also, perhaps aligning with identity.uw on 3.12 may be a smoother path forward.
Contributor
Author
There was a problem hiding this comment.
3.12 in latest commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Description: fix setuptools with newer python version. This is still related to getting uw-saml-python 1.2.9 released into pypi.
uw-saml-python Pull Request checklist
./scripts/pre-push.shsemver-guidance:label for this pull request (under labels,to the right of the screen)
If you do not do both of these things, your checks will either not run, or have a high probability of failing.