Skip to content

Commit fd7254d

Browse files
tobiasdiezdimpase
authored andcommitted
Drop support for Python 3.8
1 parent 27b077e commit fd7254d

File tree

36 files changed

+27
-98
lines changed

36 files changed

+27
-98
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
#
101101
CIBW_ARCHS: ${{ matrix.arch }}
102102
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
103-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
103+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
104104
# Environment during wheel build
105105
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
106106
# Use 'build', not 'pip wheel'

.github/workflows/docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
default: >-
1919
["ubuntu-trusty-toolchain-gcc_9",
2020
"ubuntu-xenial-toolchain-gcc_9",
21-
"ubuntu-bionic-gcc_8-python3.8",
2221
"ubuntu-focal",
2322
"ubuntu-jammy",
2423
"ubuntu-kinetic",
@@ -27,15 +26,11 @@ on:
2726
"debian-bullseye",
2827
"debian-bookworm",
2928
"debian-sid",
30-
"linuxmint-19-gcc_8-python3.8",
31-
"linuxmint-19.3-gcc_8-python3.8",
3229
"linuxmint-20.1",
3330
"linuxmint-20.2",
3431
"linuxmint-20.3",
3532
"linuxmint-21",
3633
"linuxmint-21.1",
37-
"fedora-29-python3.8",
38-
"fedora-30-python3.8",
3934
"fedora-31",
4035
"fedora-32",
4136
"fedora-33",

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121
- name: Install pycodestyle
2222
run: pip install tox pycodestyle
2323
- name: Lint using pycodestyle
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.8
34+
python-version: 3.9
3535
- name: Install relint
3636
run: pip install tox relint
3737
- name: Lint using relint
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.8
48+
python-version: 3.9
4949
- name: Install tox
5050
run: pip install tox
5151
- name: Lint using tox -e rst

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ in the Installation Guide.
199199
more details.
200200

201201
- Python 3.4 or later, or Python 2.7, a full installation including
202-
`urllib`; but ideally version 3.8.x, 3.9.x, or 3.10.x, which
202+
`urllib`; but ideally version 3.9.x, or 3.10.x, which
203203
will avoid having to build Sage's own copy of Python 3.
204204
See [build/pkgs/python3/SPKG.rst](build/pkgs/python3/SPKG.rst)
205205
for more details.

build/pkgs/_python3.8/distros/arch.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_python3.8/distros/cygwin.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_python3.8/distros/debian.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/pkgs/_python3.8/distros/fedora.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/pkgs/_python3.8/distros/freebsd.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/pkgs/_python3.8/distros/homebrew.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)