Skip to content

Commit d5b2899

Browse files
authored
Declare support for Python 3.11 (#10871)
1 parent 92a508a commit d5b2899

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.8",
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
38+
"Programming Language :: Python :: 3.11",
3839
"Programming Language :: Python :: Implementation :: CPython",
3940
"Programming Language :: Python :: Implementation :: PyPy",
4041
"Framework :: Setuptools Plugin",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.4.0
3-
envlist = docs,flake8,mypy,twine,py{36,37,38,39,310},du{14,15,16,17,18,19}
3+
envlist = docs,flake8,mypy,twine,py{36,37,38,39,310,311},du{14,15,16,17,18,19}
44
isolated_build = True
55

66
[testenv]
@@ -16,7 +16,7 @@ passenv =
1616
EPUBCHECK_PATH
1717
TERM
1818
description =
19-
py{36,37,38,39,310}: Run unit tests against {envname}.
19+
py{36,37,38,39,310,311}: Run unit tests against {envname}.
2020
du{14,15,16,17,18,19}: Run unit tests with the given version of docutils.
2121
deps =
2222
du14: docutils==0.14.*

0 commit comments

Comments
 (0)