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.
This pull request introduces several updates to the CI/CD workflows, testing infrastructure, and codebase to enhance automation, compatibility, and maintainability. Key changes include improvements to GitHub Actions workflows for building, testing, and publishing, as well as refactoring the
run_pytests.pyscript to useargparsefor better command-line argument handling.CI/CD Workflow Improvements:
Build and Publish Updates:
distartifacts and added a step to validate the distribution withtwine check.pypa/gh-action-pypi-publish.mainbranch into thedevbranch after successful builds.Documentation Workflow Simplification:
wheelandbuilddependencies.Testing Enhancements:
Matrix Testing:
3.10,3.11,3.12,3.13) in both Ubuntu and Windows workflows. [1] [2]Code Coverage and Build Validation:
orgoro/coveragewith strict thresholds for overall and new code coverage.Codebase Refactoring:
Refactored
run_pytests.py:argparsefor improved readability and maintainability.--save_reportand--cov-report.Other Updates:
setup.pyto drop support for Python 3.9 and explicitly support Python 3.10.__main__.pyto define a proper argument parser usingargparse.Configuration Adjustments:
--cov,--no-cov,--durations) frompyproject.toml.