-
Notifications
You must be signed in to change notification settings - Fork 1
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
perf: sumac release support #124
Conversation
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.
@luisfelipec95 thanks, just a couple of comments:
- Please review chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 #123
- Since we are removing support for python 3.8, I believe this constraint is no longer needed https://github.com/eduNEXT/eox-tagging/blob/master/requirements/constraints.txt#L15-L16, so we'll need to remove it and update requirements
- We need to update the classifiers in the setup file https://github.com/eduNEXT/eox-tagging/blob/master/setup.py#L80
@luisfelipec95 why are we removing support for python 3.8 here? where you getting problems when trying to upgrade the requirements? |
@magajh https://github.com/eduNEXT/eox-tagging/actions/runs/12421325902/job/34680763565 |
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.
Everything looks good so I'm giving my approval
@luisfelipec95 have we tested this in stage yet? |
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.
LGTM! @luisfelipec95 @magajh i tested this in stage and all it great!
Description
This PR aims to support the new Sumac release and removes tests and constraints for Python 3.8 due to compatibility issues.
Testing instructions
1, Create a Sumac environment using Tutor or TVM.
2. Install eox-tagging using this branch you can follow the official tutor documentation.
3. Follow the test cases file.