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
MNT Drops Python 3.7 in CI, wheel building, and docs #22617
Conversation
PyPy3.8 is not fully ready yet: conda-forge/conda-forge-pinning-feedstock#2089 For now, I am keeping 3.7 on just for PyPy test to run and build. |
Looks like everything works now. The pypy build failure is the same on |
The pypy error fix is at #22619 |
Thanks for updating the pyproject.toml. Looks like the wheel builds work. The random window build errors are expected: #22310 |
@adrinjalali @lesteve merge? |
LGTM after addressing remaining comments, thank you @thomasjpfan.
) * MNT Drops Python 3.7 * MNT Bump NumPy and SciPy * FIX Fix build * FIX Bump versions improved * DOC Fixes numpy version [pypy] * BLD [pypy] [icc-build] * Update docs * MAINT use scipy.optimize.LinearConstraint in test * MAINT scipy 1.1.0 related code clean-up * scipy>=1.3.2 in pyproject.toml's build deps * [cd build] * DOC Adds comment about pypy * MAINT remove _astype_copy_false * FIX Update check for python version in setup.py Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
) * MNT Drops Python 3.7 * MNT Bump NumPy and SciPy * FIX Fix build * FIX Bump versions improved * DOC Fixes numpy version [pypy] * BLD [pypy] [icc-build] * Update docs * MAINT use scipy.optimize.LinearConstraint in test * MAINT scipy 1.1.0 related code clean-up * scipy>=1.3.2 in pyproject.toml's build deps * [cd build] * DOC Adds comment about pypy * MAINT remove _astype_copy_false * FIX Update check for python version in setup.py Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Reference Issues/PRs
Related to #21460
Related to #22614
What does this implement/fix? Explain your changes.
This PR bumps the Python version in the CI and docs.