From: whitequark Date: Fri, 8 Oct 2021 17:48:00 +0000 (+0000) Subject: Run tests on Python 3.10. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e216c1258b976c654aa7a113a6da6bfa1cfd821;p=nmigen.git Run tests on Python 3.10. --- diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 43b5afb..148795f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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