File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2626 - name : Set up Python
2727 uses : actions/setup-python@v6.0.0
2828 with :
29- python-version : " 3.13 "
29+ python-version : " 3.14 "
3030 - name : Install dependencies
3131 run : pip install tox
3232 - name : Build docs
4141 - name : Set up Python
4242 uses : actions/setup-python@v6.0.0
4343 with :
44- python-version : " 3.13 "
44+ python-version : " 3.14 "
4545 - name : Install dependencies
4646 run : pip install tox twine wheel
4747 - name : Check twine readme rendering
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828 - uses : actions/setup-python@v6.0.0
2929 with :
30- python-version : " 3.13 "
30+ python-version : " 3.14 "
3131 - run : pip install --upgrade tox
3232 - name : Run commitizen (https://commitizen-tools.github.io/commitizen/)
3333 run : tox -e cz
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v5.0.0
3333 - uses : actions/setup-python@v6.0.0
3434 with :
35- python-version : " 3.13 "
35+ python-version : " 3.14 "
3636 - name : install tox
3737 run : pip install tox==3.26.0
3838 - name : pre-commit
Original file line number Diff line number Diff line change 7171 - name : Set up Python
7272 uses : actions/setup-python@v6.0.0
7373 with :
74- python-version : " 3.13 "
74+ python-version : " 3.14 "
7575 - name : Install dependencies
7676 run : pip install tox
7777 - name : Run tests
9393 - name : Set up Python ${{ matrix.python-version }}
9494 uses : actions/setup-python@v6.0.0
9595 with :
96- python-version : " 3.13 "
96+ python-version : " 3.14 "
9797 - name : Install dependencies
9898 run : pip install tox
9999 - name : Run tests
@@ -116,7 +116,7 @@ jobs:
116116 - uses : actions/checkout@v5.0.0
117117 - uses : actions/setup-python@v6.0.0
118118 with :
119- python-version : " 3.13 "
119+ python-version : " 3.14 "
120120 - name : Install dependencies
121121 run : |
122122 pip install -r requirements-test.txt
@@ -135,7 +135,7 @@ jobs:
135135 - name : Set up Python
136136 uses : actions/setup-python@v6.0.0
137137 with :
138- python-version : ' 3.13 '
138+ python-version : ' 3.14 '
139139 - uses : actions/download-artifact@v5.0.0
140140 with :
141141 name : dist
Original file line number Diff line number Diff line change 1- image : python:3.13
1+ image : python:3.14
22
33stages :
44 - build
Original file line number Diff line number Diff line change 5151 - id : rst-directive-colons
5252 - id : rst-inline-touching-normal
5353 - repo : https://github.com/maxbrunet/pre-commit-renovate
54- rev : 41.138.1
54+ rev : 41.146.0
5555 hooks :
5656 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments