Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI, MAINT: restrictions on pre-release CI (scipy#14166)
* pre-release builds are currently causing a series of CI test failures on both `master` and backport PRs (like this one: scipy#14148) * for the specific case of `maintenance/` branch-targeted backports, the changes suggested here aim to prevent the pre-release checks from running on release branch PRs on the basis that they will inevitably break in non-relevant ways (unsupported Python versions, transient NumPy nightly issues, etc.--I believe it may actually be latest NumPy in this case since Python 3.7 pre-rel has similar failures to Python 3.10)
- Loading branch information