Skip to content

Commit

Permalink
Update Python versions in Python client
Browse files Browse the repository at this point in the history
As Python version 3.6 is removed, we should also update Python
versions used for building the Python Client in CI.
  • Loading branch information
potiuk committed Dec 4, 2022
1 parent 3547adf commit 3eb4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3eb4954

Please sign in to comment.