Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 5dc6fa8

Browse files
authored
Merge pull request #21 from kzosabe/add-py10-support
Add py10 tests
2 parents 882376b + eaea145 commit 5dc6fa8

6 files changed

Lines changed: 240 additions & 212 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.7, 3.8, 3.9]
17+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v2
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

0 commit comments

Comments
 (0)