This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new 3e0395f Update Python versions in Python client (#54)
3e0395f is described below
commit 3e0395fe4c61d4c2715e27e399b740274b35facb
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Dec 4 19:30:29 2022 +0100
Update Python versions in Python client (#54)
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..ca2798a 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