From 02ac20a43c35f225910a1236f7d8686f3ea80857 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 10 Dec 2020 13:51:55 -0500 Subject: [PATCH] Include Python 3.9 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e271ff..d2f6237 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python: ['3.7', '3.8'] + python: ['3.7', '3.8', '3.9'] spawn_backend: ['trio', 'mp'] steps: - name: Checkout