From e3fbc55c3e662ba40eb1dbf56fd11a9656ef0ebe Mon Sep 17 00:00:00 2001 From: Zuzeng Lin Date: Sat, 29 May 2021 09:08:03 +0800 Subject: [PATCH] testing: build with 3.8 --- .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 c46b39a..1a58195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -102,7 +102,7 @@ jobs: PYPI_USERNAME: ${{secrets.PYPI_USERNAME}} strategy: matrix: - python-version: [3.7] + python-version: [3.8] steps: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1