Skip to content

Commit bc71466

Browse files
sciyoshiclaude
andcommitted
ci: add Python 3.14 to test matrix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4889143 commit bc71466

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
steps:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v6
@@ -22,7 +22,7 @@ jobs:
2222
- run: uv sync
2323
- run: uv run pytest --cov=./prosemirror/
2424
- run: uv run codecov
25-
if: matrix.python-version == '3.11'
25+
if: matrix.python-version == '3.14'
2626
env:
2727
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2828

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
"Programming Language :: Python :: 3 :: Only",
3334
"Topic :: Software Development :: Libraries :: Python Modules",
3435
"Typing :: Typed",

0 commit comments

Comments
 (0)