Skip to content

Commit 07ae701

Browse files
committed
Declare support for Python 3.13
1 parent 6cf22f2 commit 07ae701

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ jobs:
6262
name: my-dist
6363
path: dist/*
6464

65+
6566
test:
6667
needs: build-wheel
6768
runs-on: ${{ matrix.os }}
6869
strategy:
6970
fail-fast: false
7071
matrix:
71-
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
72+
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
7273
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8', '>=8,<9']
7374
os: [windows-latest, macos-latest, ubuntu-latest]
7475
exclude:
@@ -78,6 +79,8 @@ jobs:
7879
sphinx-version: '>=8,<9'
7980
- python-version: 'pypy3.9'
8081
sphinx-version: '>=8,<9'
82+
- python-version: '3.13'
83+
sphinx-version: '>=5,<6'
8184
steps:
8285
- uses: actions/checkout@v4
8386
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
"Programming Language :: Python",
3435
"Topic :: Documentation :: Sphinx",
3536
"Topic :: Documentation",

0 commit comments

Comments
 (0)