File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 matrix :
1212 # Available Python versions:
1313 # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
14- python : ['3.10', '3.12', '3.13 ']
14+ python : ['3.10', '3.12', '3.14 ']
1515 name : python ${{ matrix.python }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 set-safe-directory : ${{ github.workspace }}
20- - uses : actions/setup-python@v4
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python }}
2323 - uses : cliffano/command-docker-action@v1.0.0
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111- Add checkout safe directory
12+ - Add support for Python 3.14
1213
1314### Changed
1415- Pin workflows ubuntu to 24.04
Original file line number Diff line number Diff line change 1- yamllint == 1.35 .1
1+ yamllint == 1.37 .1
You can’t perform that action at this time.
0 commit comments