Run tests on Python 3.10.

This commit is contained in:
whitequark 2021-10-08 17:48:00 +00:00
parent 7c740a85ea
commit f0af0a8449

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', pypy3]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3]
steps:
- name: Check out source code
uses: actions/checkout@v2