This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-python-versions in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit 251efdf204dfecdc86fc389d85589b5049c27a84 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Dec 4 18:44:35 2022 +0100 Update Python versions in Python client As Python version 3.6 is removed, we should also update Python versions used for building the Python Client in CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85e142e..35ef214 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python_version: [3.6, 3.7, 3.8] + python_version: [3.7, 3.8, 3.9, 3.10] steps: - name: Checkout uses: actions/checkout@master
