Skip to content

Commit

Permalink
Github actions add tests for Python 3.10 and 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ehud-Karavani <ehud.karavani@ibm.com>
  • Loading branch information
ehudkr committed Oct 25, 2023
1 parent ccb8b7b commit d40b615
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:
strategy:
fail-fast: false # Don't cancel entire run if one python-version fails
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
name: Build and test on Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d40b615

Please sign in to comment.