From 160e3088cdac7548945deeeb1bbc0e0755524076 Mon Sep 17 00:00:00 2001 From: Michael K Date: Tue, 6 Oct 2020 13:57:30 +0000 Subject: [PATCH] Run tests against Python 3.9 stable (#1348) Co-authored-by: Tom Christie --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 616588c4..eed46850 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9.0-rc.2 - 3.9"] + python-version: ["3.6", "3.7", "3.8", "3.9"] steps: - uses: "actions/checkout@v2"