From 634b99ba9e73e77fce761426c01d078030ffebb6 Mon Sep 17 00:00:00 2001 From: "Jacob L. Steenwyk" Date: Tue, 26 Jul 2022 14:58:23 -0500 Subject: [PATCH] bump python version back to 3.7 in docs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b181c546..08cecaaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,13 @@ jobs: test-full: runs-on: macos-latest env: - PYTHON: '3.9' + PYTHON: '3.7' steps: - uses: actions/checkout@master - name: Setup Python uses: actions/setup-python@master with: - python-version: 3.9 + python-version: 3.7 - name: Install dependencies run: | pip install -r requirements.txt