Skip to content

Commit

Permalink
Fix Python version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jun 22, 2024
1 parent 1ab097e commit d899d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test-get-key:
strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
python-version: ['3.10', '3.11', '3.12']
runs-on: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit d899d0f

Please sign in to comment.