From ffa677044214127d67daaa0568f630355e11dfd7 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 1 Dec 2020 19:42:15 +0100 Subject: [PATCH] Test against Python 3.9 This patch adds Python 3.9 to the test matrix. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbc966b2..57d2ecfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,10 +9,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: + # https://endoflife.date/python python-version: - 3.6 - 3.7 - 3.8 + - 3.9 steps: - name: install libgnutls28-dev