Skip to content

Commit e5f5f7d

Browse files
committed
CI: Verify using Python 3.13
1 parent dd4aa33 commit e5f5f7d

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.12"]
26+
python-version: ["3.9", "3.13"]
2727

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ classifiers = [
5252
"Programming Language :: Python :: 3.10",
5353
"Programming Language :: Python :: 3.11",
5454
"Programming Language :: Python :: 3.12",
55+
"Programming Language :: Python :: 3.13",
5556
"Programming Language :: Python :: Implementation :: CPython",
5657
"Topic :: Documentation",
5758
"Topic :: Documentation :: Sphinx",

0 commit comments

Comments
 (0)