From 0e1db13865f0cf58baaa76d84c606c5552bfa168 Mon Sep 17 00:00:00 2001 From: rui Date: Sat, 11 Dec 2021 18:46:25 -0500 Subject: [PATCH] ci: add python 3.10 and 3.11-dev Signed-off-by: Rui Chen --- .travis.yml | 7 +++---- tox.ini | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8861da..ade8d2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -sudo: false - language: python python: @@ -11,7 +9,8 @@ python: - 3.7 - 3.8 - 3.9 - - 3.10-dev + - 3.10 + - python: 3.11-dev install: - pip install tox-travis codecov @@ -22,7 +21,7 @@ matrix: fast_finish: true include: - - python: 3.9 + - python: 3.10 env: - TOXENV=flake8 diff --git a/tox.ini b/tox.ini index 82420b6..5372698 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = py38 py39 py310 + py311 flake8