File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- python-version : ["3.11", "3.12", "3.13"]
16+ python-version : ["3.11", "3.12", "3.13", "3.14" ]
1717
1818 steps :
1919 - uses : actions/checkout@v4
2323 python-version : ${{ matrix.python-version }}
2424
2525 - name : Build and install package
26- run : python -m pip install .[all]
26+ run : python -m pip install .[all] --verbose
2727
2828 - name : Test with pytest
2929 run : |
@@ -44,14 +44,14 @@ jobs:
4444 - name : Setup Python
4545 uses : actions/setup-python@v5
4646 with :
47- python-version : 3.13
47+ python-version : 3.14
4848
4949 - name : Build and install package
5050 run : python -m pip install .[all]
5151
5252 - name : Running ${{ matrix.tool }}
5353 run : |
5454 python -m pip install --upgrade pip
55- python -m pip install --group linting
55+ python -m pip install --group linting --verbose
5656 python -c "print('=========== ${{ matrix.tool }} ===========')"
5757 python -m ${{ matrix.tool }} src/ tests/
You can’t perform that action at this time.
0 commit comments