summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e95184..c5aa55a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,8 @@ python:
- "3.7"
- "3.8"
- "3.9"
- - "3.10-dev"
+ - "3.10"
+ - "3.11"
install:
- pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630