Commit 1fc87fd
Release Manager
sagemathgh-40936: Require Python 3.12 or newer; remove outdated workarounds
<!-- ^ 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". -->
In line with [Spec 0](https://scientific-
python.org/specs/spec-0000/#drop-schedule), we remove support for Python
3.11. Many outdated patches/workarounds for these older (or even older)
Python versions are removed, but I cannot guarantee that I've found all
obsolete ones. Also CI tests for systems using Python 3.11 are removed.
For next years cleaning job:
- Change version in `pyproject.toml` and `build/pkgs/python3/spkg-
configure.m4`
- Search for `3.12`, `312`,`3,12`, `PY_VERSION`, `PY_MINOR_VERSION` and
`sys.version_info`
Similar PRs:
- sagemath#39251
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [ ] 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: ... -->
- sagemath#39163
URL: sagemath#40936
Reported by: Tobias Diez
Reviewer(s): Chenxin Zhong, Dima Pasechnik
File tree
58 files changed
+51
-2678
lines changed- .devcontainer
- portability-almalinux-8-python3.9-minimal
- portability-almalinux-8-python3.9-standard
- portability-almalinux-9-python3.11-minimal
- portability-almalinux-9-python3.11-standard
- portability-conda-forge-python3.11-minimal
- portability-conda-forge-python3.11-standard
- portability-gentoo-python3.10-minimal
- portability-gentoo-python3.10-standard
- portability-gentoo-python3.11-minimal
- portability-gentoo-python3.11-standard
- portability-opensuse-15.5-gcc_11-python3.11-minimal
- portability-opensuse-15.5-gcc_11-python3.11-standard
- portability-opensuse-tumbleweed-python3.10-minimal
- portability-opensuse-tumbleweed-python3.10-standard
- .github/workflows
- build/pkgs/python3
- src
- doc/en/installation
- sage_docbuild/ext
- sage
- combinat
- cpython
- misc
- symbolic/ginac
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+51
-2678
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
0 commit comments