From beea5de84297518634de48b20961efa68a57d797 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Mar 2021 22:31:41 -0500 Subject: tox: enable python 3.5 & 3.9 testing We still support Python 3.5, so make sure it keeps working. Change-Id: I150158a656b26de6d733316a68a2cbb8b5b99716 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/299625 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- .github/workflows/test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 701b4fd2..ec6f3791 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] runs-on: ${{ matrix.os }} steps: -- cgit v1.2.3-54-g00ecf