summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-01-08 15:17:41 +0100
committerGitHub <noreply@github.com>2022-01-08 20:17:41 +0600
commit553850bc85dfd408be0dae9884b4a0aefda8e579 (patch)
tree13b8f4a15307ae32ca262791f4e4afab70d2f363
parent06497bede5934e367a7fbe94fe1b1d0538d417d4 (diff)
downloadoauthlib-553850bc85dfd408be0dae9884b4a0aefda8e579.tar.gz
Travis CI: Add Python 3.11-dev to the testing (#796)
* Travis CI: Add Python 3.11-dev to the testing * Update .travis.yml * Python 3.10.1 * tox.ini: Add py311 * allow_failures: python: "3.11-dev"
-rw-r--r--.travis.yml6
-rw-r--r--tox.ini2
2 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 89af15d..dadd09a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,14 @@ matrix:
env: TOXENV=py38,bandit,docs,readme
- python: "3.9"
env: TOXENV=py39
- - python: "3.10-dev"
+ - python: "3.10.1"
env: TOXENV=py310
+ - python: "3.11-dev"
+ env: TOXENV=py311
- python: "pypy3"
env: TOXENV=pypy3
+ allow_failures:
+ - python: "3.11-dev"
before_install:
- python -m pip install --upgrade pip setuptools
- python -m pip install tox coveralls
diff --git a/tox.ini b/tox.ini
index 903f202..8e77f3b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38,py39,py310,pypy3,docs,readme,bandit,isort
+envlist = py36,py37,py38,py39,py310,py311,pypy3,docs,readme,bandit,isort
[testenv]
deps=