From d6b6e470b920e59acb2653cafa6b80bbd315a4ae Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 27 Jan 2021 11:42:36 +0100 Subject: [PATCH] Python 3.9.1 --- .github/workflows/ubuntu_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_tests.yml index 31dc1e6a..89b5b2cb 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_tests.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [2.7.18, 3.4.10, 3.5.10, 3.6.12, 3.7.9, 3.8.7, 3.9.1] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2