Skip to content

Commit

Permalink
Add Python 3.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Oct 19, 2021
1 parent 735cefd commit 3632d75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-python.yml
Expand Up @@ -13,7 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- name: Check out
uses: actions/checkout@v2
Expand Down

0 comments on commit 3632d75

Please sign in to comment.