From ab40bda27ddf607d60de6d73229f56b8b8203981 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 2 Nov 2020 22:38:25 -0800 Subject: Add support for Python 3.9 --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a16421a0b..b56a638a3 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,6 +19,7 @@ jobs: - "3.6" - "3.7" - "3.8" + - "3.9" - "pypy3" os: - "ubuntu-latest" -- cgit v1.2.3