-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unfreeze python version, fix collections import #125
Conversation
Could use a review on this one as well now that we are essentially at EOL for Python 3.8. @fellen31 @jemten @torbjorgen? |
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.
Should we unpin 3.8 in Dockerfile.pytest, so that the tests uses a later version?
Could you also unpin 3.8 in the build and publish workflow, and add changes to changelog?
Co-authored-by: Daniel Nilsson <[email protected]>
* Add parameters for penalty and threshold * Cleaning things up * Cleaning up and changelog
* Fix #112 - change documentation link on README * changed a few more refs from Måns original url to new org url * action link
* Allow source and version in INFO header * Bump version --------- Co-authored-by: Daniel Nilsson <[email protected]>
Ok, that was not a very clean merge. I think I will just make a new branch rather than messing even more with the history here. |
This PR adds | fixes:
How to prepare for test:
ssh
to ...bash servers/resources/SERVER.scilifelab.se/update-[THIS_TOOL]-stage.sh [THIS-BRANCH-NAME]
How to test:
Expected outcome:
genmod annotate
when installed with modern pythonReview:
This version is a: