Skip to content

Commit c729e60

Browse files
committed
Add support for Python 3.14. Upgrade actions and python deps to latest./
1 parent da3ce69 commit c729e60

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yamllint==1.35.1
1+
yamllint==1.37.1

0 commit comments

Comments
 (0)