Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Oct 26, 2023
1 parent ff35436 commit 34753ca
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.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"]

steps:
- name: Checkout
Expand Down

0 comments on commit 34753ca

Please sign in to comment.