summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-09-12 18:11:50 +0300
committerAarni Koskela <akx@iki.fi>2021-09-14 15:09:32 +0300
commit5acaff238d69479db99d24405400f78e27ec7186 (patch)
treef9e25b40fceef5681fa62cd2a508be5330df5013 /.github
parent3af52a974d4606237f0d5381425e526adf28610f (diff)
downloadbabel-5acaff238d69479db99d24405400f78e27ec7186.tar.gz
Add support for 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 e9c4118..43eb3e9 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, pypy3]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev, pypy3]
exclude:
- os: windows-2019
python-version: pypy3