Skip to content

Commit b29340f

Browse files
chore(deps): update dependency python to 3.14
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d2ed99f commit b29340f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
7070
with:
71-
python-version: '3.9'
71+
python-version: '3.14'
7272
- run: |
7373
cd config/registry_image_pruner/image_pruner/
7474
python3.9 test_prune_images.py
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
101101
with:
102-
python-version: '3.12'
102+
python-version: '3.14'
103103
- run: |
104104
cd config/repository_notification_resetter/notification_resetter/
105105
python3.12 test_reset_notifications.py

0 commit comments

Comments
 (0)