Skip to content

Commit

Permalink
HARMONY-1645: Set the python-versions to all be strings due to 3.10 g…
Browse files Browse the repository at this point in the history
…etting treated as 3.1 incorrectly.
  • Loading branch information
chris-durbin committed Oct 21, 2024
1 parent a11f526 commit c1a2e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c1a2e0f

Please sign in to comment.