Skip to content

Commit

Permalink
feat: make sdk work on 3.9 (#14)
Browse files Browse the repository at this point in the history
* feat: test 3.9

* feat: update version
  • Loading branch information
himanshu-dixit committed Apr 11, 2024
1 parent e867ed9 commit f3e5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk_cli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.11.6, 3.10.12, 3.12.3,3.13.0-alpha.1]
python-version: [3.11.6, 3.10.12, 3.12.3, 3.9.1]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit f3e5891

Please sign in to comment.