summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-01-25 14:26:09 +0200
committerAarni Koskela <akx@iki.fi>2022-01-25 14:26:09 +0200
commit95c6c1f8a9822a574617444f763df63d55b6d3ab (patch)
treec37c457c0d87cae9316727bbaa4babbae11620f4 /.github
parent427cec8e0b2881c954ce674c3c5fee4d4630232e (diff)
downloadbabel-95c6c1f8a9822a574617444f763df63d55b6d3ab.tar.gz
CI: test on released Python 3.10
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 43eb3e9..8cc7ab8 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
- python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
exclude:
- os: windows-2019
python-version: pypy3