File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 max-parallel : 4
1111 matrix :
1212 # Python 3.9 not supported until next scancode-toolkit version
13- python-version : [3.6, 3. 7, 3.8]
13+ python-version : [3.7, 3.8]
1414
1515 steps :
1616 - name : Checkout code
2222 python-version : ${{ matrix.python-version }}
2323
2424 - name : Configure Plugin and Install Dependencies
25- run : ./configure --dev
25+ run : ./configure --dev
2626
2727 - name : Run tests
2828 run : venv/bin/pytest -vvs tests
29-
Original file line number Diff line number Diff line change 11# ###############################################################################
2- # We use Azure to run the full tests suites on Python 3.6 -> 3.10
2+ # We use Azure to run the full tests suites on Python 3.7 -> 3.11
33# on Linux
44# ###############################################################################
55
You can’t perform that action at this time.
0 commit comments