From 6955c69dc728516896f681d7823a798279343193 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 27 Oct 2020 15:49:10 +0100 Subject: [PATCH] Use Python 3.9 final in CI --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index b0ffd87..2ae3541 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9.0-rc.2] + python-version: [3.6, 3.7, 3.8, 3.9] fail-fast: false steps: