File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments