Skip to content

Commit

Permalink
testing: build with 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
linzuzeng committed May 29, 2021
1 parent 0348d00 commit e3fbc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e3fbc55

Please sign in to comment.