From: whitequark Date: Fri, 6 Nov 2020 01:41:35 +0000 (+0000) Subject: CI: add CPython 3.9 to test matrix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db5a981f438df7ec4f7f5b2224b5f01a36d79a44;p=nmigen.git CI: add CPython 3.9 to test matrix. --- diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cbc50d6..52a827d 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', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', pypy3] steps: - name: Check out source code uses: actions/checkout@v2