diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 95882c04..5ac70c9c 100755 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: 3.8 - name: Install dependencies run: python -m pip install --upgrade pip - name: Run creating README.rst