Skip to content

Commit

Permalink
Merge pull request #10 from ninoseki/support-python3.6-3.7
Browse files Browse the repository at this point in the history
chore: support Python 3.6 & 3.7
  • Loading branch information
ninoseki committed Nov 26, 2021
2 parents 005352d + 36ddb6d commit 726deaf
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
poetry-version: [1.1.6]

steps:
Expand Down
Loading

0 comments on commit 726deaf

Please sign in to comment.