From a89687d2a72bd910931c3663d0c9efe74190f4a9 Mon Sep 17 00:00:00 2001 From: Uzay-G Date: Sun, 18 Jun 2023 11:47:37 -0400 Subject: [PATCH] bump python --- .github/workflows/deploy-docs.yml | 4 ++-- .github/workflows/pypi-auto-deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1a96aa01..40a550be 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v2 with: path: main - - name: Set up Python 3.7 and Pandoc + - name: Set up Python 3.9 and Pandoc uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: Install doc deps run: >- python -m pip install -r main/docs/requirements.txt diff --git a/.github/workflows/pypi-auto-deploy.yml b/.github/workflows/pypi-auto-deploy.yml index c9b23c83..033f474c 100644 --- a/.github/workflows/pypi-auto-deploy.yml +++ b/.github/workflows/pypi-auto-deploy.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@master - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: Install setuptools run: >- python -m pip install --user --upgrade setuptools wheel