From 07da70d4bb46625bbcd835af1ec99096cc127837 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Fri, 25 Feb 2022 14:26:24 -0800 Subject: [PATCH] Set tox build to Python 3.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a27556e..432d925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ addopts = "--cov --cov-append --cov-report term --cov-report xml:coverage.xml" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py38 +envlist = py310 isolated_build = True requires = tox-poetry-installer[poetry] == 0.6.0 @@ -88,7 +88,7 @@ commands = [gh-actions] python = - 3.8: py38 + 3.10: py310 """ # vim: ft=cfg