summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 18:57:53 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 18:57:53 -0500
commit3fc09649e9ec8011d339f0f52b347543077ce8bc (patch)
tree333efe86238912cc1b4dfedd1e1e3e4fe500ca35 /noxfile.py
parent24c7c79459c541b7e5a83fe58634fe84be959ec0 (diff)
downloadcmd2-git-3fc09649e9ec8011d339f0f52b347543077ce8bc.tar.gz
Try to fix flake8 lint run and Python 3.10 runs
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index 91533f1f..e506c04f 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -15,7 +15,7 @@ def docs(session):
'-d', '{}/doctrees'.format(tmpdir), '.', '{}/html'.format(tmpdir))
-@nox.session(python=['3.6', '3.7', '3.8', '3.9', '3.10-dev'])
+@nox.session(python=['3.6', '3.7', '3.8', '3.9', '3.10'])
@nox.parametrize('plugin', [None,
'ext_test',
'template',