File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 - name : Setup python
9292 uses : actions/setup-python@v5
9393 with :
94- python-version : " 3.10 "
94+ python-version : " 3.14 "
9595 cache : " poetry"
9696
9797 - name : Install deps
Original file line number Diff line number Diff line change 2323 - name : Set up python environment
2424 uses : actions/setup-python@v5
2525 with :
26- python-version : " 3.10 "
26+ python-version : " 3.14 "
2727 cache : " poetry"
2828 - name : Install pre-commit
2929 run : |
8181 - name : Set up python environment
8282 uses : actions/setup-python@v5
8383 with :
84- python-version : " 3.10 "
84+ python-version : " 3.14 "
8585 cache : " poetry"
8686 - name : Run linters
8787 run : tox run -e lint
@@ -106,7 +106,7 @@ jobs:
106106 - name : Set up python environment
107107 uses : actions/setup-python@v5
108108 with :
109- python-version : " 3.10 "
109+ python-version : " 3.14 "
110110 cache : " poetry"
111111 - name : Run tests
112112 run : tox run -e unit-${{ matrix.env }}
Original file line number Diff line number Diff line change 5353 - name : Set up python environment
5454 uses : actions/setup-python@v5
5555 with :
56- python-version : " 3.10 "
56+ python-version : " 3.14 "
5757 cache : " poetry"
5858 - name : Update lib and build charm
5959 shell : bash
Original file line number Diff line number Diff line change 3333 - name : Set up python environment
3434 uses : actions/setup-python@v5
3535 with :
36- python-version : " 3.10 "
36+ python-version : " 3.14 "
3737 - name : Compute matrix
3838 id : compute
3939 shell : bash
6868 - name : Setup python
6969 uses : actions/setup-python@v5
7070 with :
71- python-version : ' 3.10 '
71+ python-version : ' 3.14 '
7272 cache : ' poetry'
7373 - name : Get current version
7474 run : echo "CURRENT_VERSION=$(poetry version --short)" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 2020 - name : Setup python 3.12
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : " 3.12 "
23+ python-version : " 3.14 "
2424 - name : Set up environment
2525 run : |
2626 sudo snap install go --classic
You can’t perform that action at this time.
0 commit comments