Skip to content

Commit a2f7b41

Browse files
authored
Test with Python 3.15 alpha releases (#13654)
1 parent 40b0f80 commit a2f7b41

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
matrix:
9090
python:
9191
- "3.14"
92+
- "3.15"
9293
docutils:
9394
- "0.20"
9495
- "0.21"
@@ -125,6 +126,7 @@ jobs:
125126
matrix:
126127
python:
127128
- "3.14"
129+
- "3.15"
128130

129131
steps:
130132
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ classifiers = [
3939
"Programming Language :: Python :: 3.12",
4040
"Programming Language :: Python :: 3.13",
4141
"Programming Language :: Python :: 3.14",
42+
"Programming Language :: Python :: 3.15",
4243
"Programming Language :: Python :: Implementation :: CPython",
4344
"Programming Language :: Python :: Implementation :: PyPy",
4445
"Framework :: Sphinx",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 4.2.0
3-
envlist = py{311,312,313,314}
3+
envlist = py{311,312,313,314,315}
44

55
[testenv]
66
usedevelop = True
@@ -19,7 +19,7 @@ passenv =
1919
BUILDER
2020
READTHEDOCS
2121
description =
22-
py{311,312,313,314}: Run unit tests against {envname}.
22+
py{311,312,313,314,315}: Run unit tests against {envname}.
2323
dependency_groups =
2424
test
2525
setenv =

0 commit comments

Comments
 (0)