CI: add CPython 3.9 to test matrix.
authorwhitequark <whitequark@whitequark.org>
Fri, 6 Nov 2020 01:41:35 +0000 (01:41 +0000)
committerwhitequark <whitequark@whitequark.org>
Fri, 6 Nov 2020 01:41:41 +0000 (01:41 +0000)
.github/workflows/main.yaml

index cbc50d6fdde4ea42b6d30c01370efdea83f330dd..52a827d9f98bd5aa7920dfe69ddcb9d5d563a91b 100644 (file)
@@ -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