summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 19:02:15 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 19:02:15 -0500
commit500b13dfaecbb180082ac2797d2ab677603ef0d1 (patch)
treebbdac3c35ff8877ca9132d2e714b5d1d9432679f /noxfile.py
parent3fc09649e9ec8011d339f0f52b347543077ce8bc (diff)
downloadcmd2-git-500b13dfaecbb180082ac2797d2ab677603ef0d1.tar.gz
Remove Python 3.10 testing because it doesn't appear to be available in GitHub Actions yet
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 e506c04f..ce7a287a 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'])
+@nox.session(python=['3.6', '3.7', '3.8', '3.9'])
@nox.parametrize('plugin', [None,
'ext_test',
'template',