Skip to content

Commit

Permalink
Add support for 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Sep 16, 2021
1 parent fd46a98 commit a3976b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
os:
- Ubuntu
py:
- 3.10.0-rc.2
- 3.9
- 3.8
- 3.7
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -18,7 +18,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.8b0
rev: 21.9b0
hooks:
- id: black
args: [--safe]
Expand All @@ -27,7 +27,7 @@ repos:
rev: v1.17.0
hooks:
- id: setup-cfg-fmt
args: ["--max-py-version", "3.9"]
args: ["--max-py-version", "3.10"]
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "0.5.1"
hooks:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Documentation
Topic :: Documentation :: Sphinx
Expand Down
1 change: 1 addition & 0 deletions tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist =
py310
py39
py38
py37
Expand Down
5 changes: 2 additions & 3 deletions whitelist.txt
Expand Up @@ -2,15 +2,14 @@ addinivalue
anonlabels
autosectionlabel
buildername
confdir
cmd
confdir
desc
dest
doc2path
docname
docutils
formatter
Formatter
fromlist
grp
lineno
Expand All @@ -24,9 +23,9 @@ prog
refid
reftitle
rst
setdefault
statemachine
subparsers
subtype
testroot
util
setdefault

0 comments on commit a3976b7

Please sign in to comment.