From 6c5845fad3a5bf6db1a774e9e5b64bce8b7644b4 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 17:15:11 -0800 Subject: [PATCH] Test on Python 3.10 --- .github/workflows/regression-tests.yml | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 600a752..3b725df 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v1 diff --git a/setup.cfg b/setup.cfg index a37c1e7..aad7cd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ addopts = # tox configuration [tox:tox] -envlist = py36, py37, py38, py39 +envlist = py36, py37, py38, py39, py310 [gh-actions] python = @@ -55,6 +55,7 @@ python = 3.7: py37 3.8: py38 3.9: py39 + 3.10: py310 [testenv] setenv =