File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Setup Python
1919 uses : actions/setup-python@v6
2020 with :
21- python-version : " 3.13 "
21+ python-version : " 3.14 "
2222 cache : " pip"
2323 cache-dependency-path : " requirements/*.txt"
2424 - name : Run tox
7575 - name : Setup Python
7676 uses : actions/setup-python@v6
7777 with :
78- python-version : " 3.13 "
78+ python-version : " 3.14 "
7979 cache : " pip"
8080 cache-dependency-path : " requirements/*.txt"
8181 - uses : actions/download-artifact@v8
Original file line number Diff line number Diff line change 2222 - name : Setup Python
2323 uses : actions/setup-python@v6
2424 with :
25- python-version : " 3.13 "
25+ python-version : " 3.14 "
2626 - name : Build packages
2727 run : |
2828 pip install -r requirements/testing.txt
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ commands = make test
1919package = editable
2020
2121[testenv:check]
22- basepython = python3.13
22+ base_python = python3.14
2323commands = make check
2424
2525[testenv:lint]
26- basepython = python3.13
26+ base_python = python3.14
2727commands = make lint
2828
2929[testenv:coverage]
30- basepython = python3.13
30+ base_python = python3.14
3131commands = make coverage-report
You can’t perform that action at this time.
0 commit comments