summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2022-01-29 22:46:26 +0100
committerJonathan Huot <jonathan.huot@gmail.com>2022-01-29 22:46:26 +0100
commit947d533d3408be89f0344bcbdace01513bdb16d6 (patch)
tree7d6376d3d12df768d90789c5c866e0c6bc8c2876
parentc45943f89c98a8f8f185128eddca0e359311a6ad (diff)
downloadoauthlib-947d533d3408be89f0344bcbdace01513bdb16d6.tar.gz
Set python3.7 since RTD has switched to python3.7
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8e77f3b..c072450 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,9 +9,9 @@ commands=
# tox -e docs to mimick readthedocs build.
-# as of today, RTD is using python3.6 and doesn't run "setup.py install"
+# as of today, RTD is using python3.7 and doesn't run "setup.py install"
[testenv:docs]
-basepython=python3.6
+basepython=python3.7
skipsdist=True
deps=
sphinx