-
Notifications
You must be signed in to change notification settings - Fork 19
Use non-resuable GitHub CI to run Python 3.10, 3.11, 3.12 tests #103
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
Conversation
Warning! No news item is found for this PR. If this is a user-facing change/feature/fix, |
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.
Once this PR is merged, I can create issues to use reusable workflow for the following .yml files - after we figure out py 3.13 windows build problem.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #103 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 6 6
Lines 1261 1261
=======================================
Hits 1248 1248
Misses 13 13 |
Ready for review @sbillinge - this PR will address the following: ![]() |
@bobleesj a general comment, shouldn't we be dropping the legacy python version support? |
Since we are having Python 3.13 windows build problem, support 3.10, 3.11, 3.12 again.