This is an automated email from the ASF dual-hosted git repository. jiayuliu pushed a commit to branch python-310 in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
commit 3e3822e99cadfa75ec691db4c0fd6781677b86ec Author: Jiayu Liu <[email protected]> AuthorDate: Thu Oct 7 00:13:03 2021 +0800 further update more --- .github/workflows/python_build.yml | 2 +- .github/workflows/python_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml index f40a041..174ccdb 100644 --- a/.github/workflows/python_build.yml +++ b/.github/workflows/python_build.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6"] + python-version: ["3.10"] os: [macos-latest, windows-latest] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/python_test.yaml b/.github/workflows/python_test.yaml index 5419adb..8aac953 100644 --- a/.github/workflows/python_test.yaml +++ b/.github/workflows/python_test.yaml @@ -40,7 +40,7 @@ jobs: key: target-maturin-cache- - uses: actions/setup-python@v2 with: - python-version: "3.9" + python-version: "3.10" - name: Create Virtualenv run: | python -m venv venv
