Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
python 3.8
  • Loading branch information
elbeejay authored Mar 4, 2021
1 parent 4104837 commit bbedded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand All @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand All @@ -65,7 +65,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python-version: [3.6]
python-version: [3.8]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit bbedded

Please sign in to comment.