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

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9b0fa62fe Upgrade CI py version to 3.11.0 (#3622)
9b0fa62fe is described below

commit 9b0fa62fe447fcb8dfb627896cb3006debc6b85a
Author: Kirs <[email protected]>
AuthorDate: Thu Dec 1 17:57:53 2022 +0800

    Upgrade CI py version to 3.11.0 (#3622)
    
    * Upgrade CI py version to 2.7.19
    
    github no longer provides mirrors for older versions
    
https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
    
    * Update backend.yml
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 53d7f159c..710d543d7 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -93,7 +93,7 @@ jobs:
       - uses: actions/checkout@v3 # required for push event
       - uses: actions/setup-python@v4
         with:
-          python-version: '2.7'
+          python-version: '3.11.0'
       - name: Check for file changes
         uses: dorny/paths-filter@v2
         id: filter

Reply via email to