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'