Skip to content

Commit

Permalink
Add 3.11 in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim authored Apr 28, 2023
1 parent 46474f4 commit 0025831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.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.10"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v1
with:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
- name: Run tests
run: |
poetry run invoke tests
poetry run invoke tests

0 comments on commit 0025831

Please sign in to comment.