Skip to content

Commit dc9dbdf

Browse files
authored
Formalize 3.15 support (#7422)
1 parent 25340eb commit dc9dbdf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ permissions:
88
jobs:
99
build:
1010
runs-on: ${{ matrix.os }}
11-
continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
1211
timeout-minutes: 10
1312
strategy:
1413
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.12",
3838
"Programming Language :: Python :: 3.13",
3939
"Programming Language :: Python :: 3.14",
40+
"Programming Language :: Python :: 3.15",
4041
"Programming Language :: Python :: 3 :: Only",
4142
"Programming Language :: Python :: Implementation :: CPython",
4243
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)