Skip to content

Commit

Permalink
add python 3.8 to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 14, 2021
1 parent 5407b04 commit 122c5ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.7]
os: ["ubuntu-18.04"]
os: ["ubuntu-20.04"]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 6
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
os: ["macos-11.0", "macos-10.15"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 4
max-parallel: 6
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
os: ["ubuntu-18.04", "ubuntu-latest"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
os: ["windows-latest"]

steps:
Expand Down

0 comments on commit 122c5ca

Please sign in to comment.