This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new af7350d  Upgrade Python version from 3.9 to 3.10 (#358)
af7350d is described below

commit af7350d83e6eb9b9b2a6f954e396a4221e5b8447
Author: Kit Chan <[email protected]>
AuthorDate: Mon Apr 13 15:54:11 2026 -0700

    Upgrade Python version from 3.9 to 3.10 (#358)
---
 .github/workflows/build.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bed35e0..edabb27 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,10 +36,10 @@ jobs:
           container runtime: 'docker'
           github token: ${{ secrets.GITHUB_TOKEN }}
 
-      - name: Set up Python 3.9
-        uses: actions/setup-python@v5
+      - name: Set up Python 3.10
+        uses: actions/setup-python@v6
         with:
-          python-version: '3.9.23'
+          python-version: '3.10'
 
       - name: Build ATS Alpine
         run: |

Reply via email to