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 From 20fec6a1eb2509031015afbcfeddf66268308a65 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 28 Nov 2020 20:14:09 -0600 Subject: drop python 3.5 --- .github/workflows/ci-tests.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index b56a638a3..625c6a60f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: py: - - "3.5" - "3.6" - "3.7" - "3.8" -- cgit v1.2.3