Skip to content

Commit

Permalink
Merge pull request #42 from pengyunie/ci-python-versions
Browse files Browse the repository at this point in the history
Update python-package.yml
  • Loading branch information
sweetStreet committed Jun 10, 2022
2 parents 7ae6fde + a0abe7b commit 988f33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.8", "3.9", "3.10"]

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

0 comments on commit 988f33f

Please sign in to comment.