Skip to content

Commit 12d1cc2

Browse files
committed
drop support for Python 3.8 (for latest pyproject.toml syntax requirements)
1 parent 6351e87 commit 12d1cc2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2020
runs-on: ${{ matrix.os }}
2121

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Adds:
1414
- Adjusts the Sphinx configuration to allow for reproducible builds using
1515
``SOURCE_DATE_EPOCH``.
1616
- Mark Python 3.13 and 3.14 as officially supported.
17+
- Drop support for Python 3.8
1718

1819
Deprecates:
1920

@@ -26,6 +27,7 @@ Deprecates:
2627
`numpy documentation <https://numpy.org/doc/stable/reference/generated/numpy.matrix.html>`_
2728
usage of the `np.matrix` class is no longer recommended.
2829

30+
2931
3.2.3 2025-April-18
3032
-----------------------
3133

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ classifiers = [
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",
3837
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)