From ad291f861a27ed727e5cbaeaaa7983fd38265c15 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 25 Oct 2020 16:39:04 -0400 Subject: [PATCH] add cPython 3.9 interpreter testing --- .github/workflows/py-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py-ci.yml b/.github/workflows/py-ci.yml index 77a9d59..0a30b4b 100644 --- a/.github/workflows/py-ci.yml +++ b/.github/workflows/py-ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, pypy3] steps: - uses: actions/checkout@v2