Skip to content

Commit

Permalink
Merge pull request #1045 from sphinx-contrib/initial-python-3.13-support
Browse files Browse the repository at this point in the history
Initial Python 3.13 support
  • Loading branch information
jdknight authored Oct 8, 2024
2 parents 75b6a66 + 4b17f55 commit fefac05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Documentation',
'Topic :: Documentation :: Sphinx',
'Topic :: Utilities',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
pylint
py38-sphinx71
py39-sphinx{71,72,73,74}
py{310,311,312}-sphinx{71,72,73,74,80}
py{310,311,312,313}-sphinx{71,72,73,74,80}
mypy

[testenv]
Expand Down

0 comments on commit fefac05

Please sign in to comment.