-
Notifications
You must be signed in to change notification settings - Fork 74
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
test: Allow integration and unit tests to run against EOL or desired python version #471
test: Allow integration and unit tests to run against EOL or desired python version #471
Conversation
@@ -11,11 +11,20 @@ on: | |||
description: 'The hash value of the commit' | |||
required: false | |||
default: '' | |||
run-eol-python-version: |
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.
Would it make sense to include another variable here for us to specify which python version we want to run against? E.g. 3.12
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.
Yeah, I think that's a good idea! It will be really nice to be able to run the tests against all supported python versions easily.
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
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.
Great work!
📝 Description
This PR adds workflow_dispatch input to allow e2e tests run against EOL python version as an option. Also remove 3.8 from unit test matrix as it is no longer supported.
e.g.
✔️ How to Test
Forked e2e run with EOL:
📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.