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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 88ce6e6  use python 3.11 to publish docs (#645)
88ce6e6 is described below

commit 88ce6e6395bb8d5b36bfe3a7e8ebaa721d233e6a
Author: Andy Grove <[email protected]>
AuthorDate: Fri Apr 26 12:51:19 2024 -0600

    use python 3.11 to publish docs (#645)
    
    * use python 3.11 to publish docs
    
    * specify protoc 3.20.2 rather than 3.x
---
 .github/workflows/build.yml | 4 ++--
 .github/workflows/docs.yaml | 4 ++--
 .github/workflows/test.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b553749..e03c2cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
       - name: Install Protoc
         uses: arduino/setup-protoc@v1
         with:
-          version: "3.x"
+          version: "3.20.2"
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build Python package
@@ -153,7 +153,7 @@ jobs:
       - name: Install Protoc
         uses: arduino/setup-protoc@v1
         with:
-          version: "3.x"
+          version: "3.20.2"
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build Python package
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index d9e7ad4..cb80049 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -35,12 +35,12 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v4
         with:
-          python-version: "3.10"
+          python-version: "3.11"
 
       - name: Install Protoc
         uses: arduino/setup-protoc@v1
         with:
-          version: '3.x'
+          version: '3.20.2'
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Install dependencies
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 291120b..a486f27 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -54,7 +54,7 @@ jobs:
       - name: Install Protoc
         uses: arduino/setup-protoc@v1
         with:
-          version: '3.x'
+          version: '3.20.2'
           repo-token: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Setup Python


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to