Skip to content

Commit

Permalink
Fix main.yml to use python 3.8 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ngai committed Jan 23, 2025
1 parent 4795c13 commit 8de0665
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 @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
python-version: ["3.8.10", "3.10.12"]
python-version: [3.8, 3.10]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 8de0665

Please sign in to comment.