-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
build/pkgs/python3
3.13.0rc1, require Python >= 3.10, numpy
2.1.1, scipy
1.14.1, pillow
10.4.0, cffi
1.17.0, networkx
3.3, sphinx
8, ipython
8.26
#37006
Draft
mkoeppe
wants to merge
137
commits into
sagemath:develop
Choose a base branch
from
mkoeppe:python_3_13
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Except for cffi, builds OK, but starting up Sage gives:
|
Documentation preview for this PR (built with commit b95d0f9; changes) is ready! 🎉 |
mkoeppe
changed the title
Python 3.13.0b2
Jun 16, 2024
build/pkgs/python3
3.13.0b2, require Python >= 3.10, scipy
1.14, fpylll
0.6.1, pillow
10.3.0+, cffi
1.16.0+
|
vbraun
pushed a commit
to vbraun/sage
that referenced
this pull request
Jul 20, 2024
<!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Cherry-picked from sagemath#37006 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38231 Reported by: Matthias Köppe Reviewer(s):
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The package upgrades done here require dropping support for Python 3.9.
Per https://repology.org/project/python/versions, Python 3.9 is the newest supported Python version on:
debian-bullseye
(end of standard support 2024-08; EOL LTS 2026-08)opensuse-15.3
(past EOL)slackware-15.0
ubuntu-focal
(end of standard support 2025-04; EOL 2032-04)📝 Checklist
⌛ Dependencies
_crypt
)build/pkgs/python3
: Update to 3.12.4; declare support of Python 3.12.x stable #37834build/pkgs/setuptools_scm
: Upgrade to 8.1.0, fix dependency typing_extensions, change some packages towheel
#38226build/pkgs/numpy
2.0.1,scipy
1.13.1,cmake
3.30.2,gsl
2.8,meson
1.5.1,meson_python
0.16.0,ninja_build
1.12.1,openblas
0.3.28,pybind11
2.13.1,pythran
0.16.1 #38227Depends on Python 3.13 support in SciPy 1.13.x(SciPy 1.14.0 drops Python 3.9)sage_bootstrap.flock
for Python 3.13 (fedora-41) #38521 (merged)-Xours
)