Skip to content

Commit

Permalink
Add Python 3.11 to ci matrix (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 15, 2023
1 parent f295866 commit 68f3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
poetry-version: [1.0, 1.1.15, 1.2.2]
os: [ubuntu-18.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 68f3b1e

Please sign in to comment.