Skip to content

Commit 1bc448d

Browse files
3.15 was premature, not stable yet
1 parent 9bc792a commit 1bc448d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ["3.11", "3.12", "3.13", "3.14", "3.15"]
16+
python-version: ["3.11", "3.12", "3.13", "3.14"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Head over to `Python.org`_ for instructions.
88

99
Python version support
1010
----------------------
11-
Officially Python 3.11, 3.12, 3.13, 3.14, and 3.15. We aim to support the
11+
Officially Python 3.11, 3.12, 3.13 and 3.14. We aim to support the
1212
most recent major versions.
1313

1414
OS support

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
2020
"Programming Language :: Python :: 3.14",
21-
"Programming Language :: Python :: 3.15",
2221
]
2322
dependencies = [
2423
"numpy",
@@ -60,7 +59,6 @@ envlist =
6059
py312
6160
py313
6261
py314
63-
py315
6462
docs
6563
6664
[testenv]

0 commit comments

Comments
 (0)