Skip to content

Commit

Permalink
Merge pull request #18 from mc-digital/mhiro2/remove-support-for-pyth…
Browse files Browse the repository at this point in the history
…on-3-10

Remove support for python 3.10
  • Loading branch information
mhiro2 authored Jan 25, 2022
2 parents bf80a9a + 9941024 commit 7c7ab39
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 357 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9]
python: ["3.7", "3.8", "3.9"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 7c7ab39

Please sign in to comment.