Skip to content

Commit

Permalink
ci: fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemwood committed Aug 23, 2023
1 parent 1cc2604 commit 05d88d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.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@v3
Expand All @@ -18,6 +18,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.2
- name: Install dependencies
run: poetry install
- uses: psf/black@stable
Expand Down

0 comments on commit 05d88d9

Please sign in to comment.