Skip to content

Commit 40f6278

Browse files
committed
CI: Use Python 3.14
1 parent ff5d141 commit 40f6278

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: ["3.9", "3.13"]
26+
python-version: ["3.9", "3.14"]
2727

2828
env:
2929
OS: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ classifiers = [
5959
"Programming Language :: Python :: 3.11",
6060
"Programming Language :: Python :: 3.12",
6161
"Programming Language :: Python :: 3.13",
62+
"Programming Language :: Python :: 3.14",
6263
"Programming Language :: Python :: Implementation :: CPython",
6364
"Topic :: Documentation",
6465
"Topic :: Documentation :: Sphinx",

0 commit comments

Comments
 (0)