From 2a2662045a015feee249b011084d83ac0789649e Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 13 Nov 2021 05:54:20 -0800 Subject: [PATCH] Add Python 3.10 to CI tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e040bb..4761de3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9 ] + python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}