Skip to content

Commit a335c2a

Browse files
committed
Remove Python 3.14 from supported versions and CI matrix
numpy 2.2.6 lacks Python 3.14 wheels; requires a dependency update first.
1 parent 9d62c54 commit a335c2a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: true
9797
matrix:
98-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
98+
python-version: ["3.10", "3.11", "3.12", "3.13"]
9999
env:
100100
PYTHON_VER: "${{ matrix.python-version }}"
101101
steps:
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: true
133133
matrix:
134-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
134+
python-version: ["3.10", "3.11", "3.12", "3.13"]
135135
runs-on: "ubuntu-24.04"
136136
env:
137137
PYTHON_VER: "${{ matrix.python-version }}"

changes/384.housekeeping

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added Python 3.13 and 3.14 to supported versions and CI matrix.
1+
Added Python 3.13 to supported versions and CI matrix.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers = [
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
1616
"Programming Language :: Python :: 3.13",
17-
"Programming Language :: Python :: 3.14",
1817
]
1918
include = [
2019
"README.md",

0 commit comments

Comments
 (0)