Skip to content

Commit

Permalink
ci: add back python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincyi committed Mar 10, 2023
1 parent d6d65dc commit 0129eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
python-version:
# Not support 3.9 and 3.10 temporarily due to black on macOS
- "3.8"
- "3.9"
- "3.10"
os:
Expand Down

0 comments on commit 0129eef

Please sign in to comment.