From 3c31d41bf320c30ef67df93881b8cb5af7879a91 Mon Sep 17 00:00:00 2001 From: Zach White Date: Sun, 7 Mar 2021 11:18:08 -0800 Subject: [PATCH] Update tested python versions --- .github/workflows/cli_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli_setup.yml b/.github/workflows/cli_setup.yml index 015ba1c..3add6a2 100644 --- a/.github/workflows/cli_setup.yml +++ b/.github/workflows/cli_setup.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1