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.
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 @@
     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