Skip to content

Commit 642a992

Browse files
committed
Github actions.
1 parent 5138c3a commit 642a992

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727
- name: Test
2828
run: |
2929
python setup.py build_ext -b .
30-
python -m unittest
30+
pytest
3131
3232
test-c:
3333

3434
runs-on: ubuntu-20.04
3535

3636
steps:
3737
- uses: actions/checkout@v1
38-
- name: Set up Python 3.7
38+
- name: Set up Python 3.13
3939
uses: actions/setup-python@v4
4040
with:
41-
python-version: 3.7
41+
python-version: 3.13
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
@@ -56,10 +56,10 @@ jobs:
5656
- uses: actions/checkout@v1
5757
with:
5858
submodules: recursive
59-
- name: Set up Python 3.7
59+
- name: Set up Python 3.13
6060
uses: actions/setup-python@v4
6161
with:
62-
python-version: 3.7
62+
python-version: 3.13
6363
- name: Install pypa/build
6464
run: |
6565
python -m pip install build --user

0 commit comments

Comments
 (0)