Skip to content

Commit

Permalink
3.10 wasn't parsed. Need double quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent c05c7ab commit ff35436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9] #, 3.10] #[3.8, 3.9, 3.10] # The test fails for py 3.10 as of April 2023. Should be updated some day.
python-version: ["3.8", "3.9", "3.10"] #, 3.10] #[3.8, 3.9, 3.10] # The test fails for py 3.10 as of April 2023. Should be updated some day.

steps:
- name: Checkout
Expand Down

0 comments on commit ff35436

Please sign in to comment.