From c8b7aeab4594c37384a6b9862493a8d1e6099c61 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 28 Apr 2022 16:06:07 -0600 Subject: [PATCH] vers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1210bd47c0..9e0a2c7896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python: [3.6, 3.8] + python: [3.9, 3.8] steps: - name: Set up Python uses: actions/setup-python@v3 -- 2.39.5