Skip to content

Commit

Permalink
Declare support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 17, 2023
1 parent 03bceac commit 794324a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Sphinx",
Expand Down Expand Up @@ -299,6 +300,7 @@ select = [
"E116", # Unexpected indentation (comment)
"E117", # Over-indented (comment)
"E201", # Whitespace after '{symbol}'
"E201", # Whitespace after '{symbol}'
"E202", # Whitespace before '{symbol}'
"E203", # Whitespace before '{punctuation}'
"E211", # Whitespace before '{bracket}'
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4.0
envlist = py{39,310,311,312}
envlist = py{39,310,311,312,313}
isolated_build = True

[testenv]
Expand All @@ -17,7 +17,7 @@ passenv =
EPUBCHECK_PATH
TERM
description =
py{39,310,311,312}: Run unit tests against {envname}.
py{39,310,311,312,313}: Run unit tests against {envname}.
extras =
test
setenv =
Expand Down

0 comments on commit 794324a

Please sign in to comment.