We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25340eb commit dc9dbdfCopy full SHA for dc9dbdf
2 files changed
.github/workflows/run-tests.yml
@@ -8,7 +8,6 @@ permissions:
8
jobs:
9
build:
10
runs-on: ${{ matrix.os }}
11
- continue-on-error: ${{ matrix.python-version == '3.15-dev' }}
12
timeout-minutes: 10
13
strategy:
14
fail-fast: false
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: 3.12",
38
"Programming Language :: Python :: 3.13",
39
"Programming Language :: Python :: 3.14",
40
+ "Programming Language :: Python :: 3.15",
41
"Programming Language :: Python :: 3 :: Only",
42
"Programming Language :: Python :: Implementation :: CPython",
43
"Programming Language :: Python :: Implementation :: PyPy",
0 commit comments