Skip to content

Commit

Permalink
Enable Python 3.10 and 3.11 in CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed May 3, 2023
1 parent f4beec6 commit 4d3f4ae
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 @@ -8,7 +8,7 @@ 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', '3.11']

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

0 comments on commit 4d3f4ae

Please sign in to comment.