summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-06-25 15:20:45 -0400
committerMatthew Treinish <mtreinish@kortar.org>2021-06-25 15:20:45 -0400
commit9c2faf0150f0667bc9b042652276576e08262823 (patch)
treefac3d566948a5ec930d0e07049dbc1337ecfb26d /.github
parent9d5ab36468967b56a91f144c781cd0ed70dcac9b (diff)
downloadtesttools-9c2faf0150f0667bc9b042652276576e08262823.tar.gz
Add python 3.10 to ci configuration
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 212a760..70cacf7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
steps:
- uses: actions/checkout@v2