Skip to content

Commit

Permalink
support 3.10 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa authored Feb 12, 2022
1 parent 858da59 commit 51d97af
Show file tree
Hide file tree
Showing 5 changed files with 816 additions and 568 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
yapf --diff --recursive --verbose --exclude=**/docs/* $GITHUB_WORKSPACE
- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- uses: jamescurtin/isort-action@master
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
tests:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 3
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
Loading

0 comments on commit 51d97af

Please sign in to comment.