From 581e81a7571f9066e43e129717e694559b29deb2 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Thu, 6 Jan 2022 20:07:20 -0500 Subject: [PATCH] Add python 3.10 to CI test matrix --- .github/workflows/ci_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 28a8c43b..8a5ec4da 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -30,6 +30,9 @@ jobs: - os: windows-latest python: '3.9' tox_env: 'py39-test-alldeps' + - os: ubuntu-latest + python: '3.10' + tox_env: 'py310-test-alldeps' - os: ubuntu-latest python: '3.9' tox_env: 'py39-test'