Skip to content

Commit

Permalink
zauberzeug#139 trying tests on python 3.11 again
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Oct 26, 2022
1 parent c557f35 commit 931228d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
runs-on: ubuntu-latest
timeout-minutes: 10
Expand All @@ -19,7 +19,7 @@ jobs:
- name: set up Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: "1.1.11"
poetry-version: "1.2.2"
- name: install dependencies
run: |
poetry install
Expand Down

0 comments on commit 931228d

Please sign in to comment.