Skip to content

Commit

Permalink
Test python versions up to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Nov 28, 2023
1 parent 8ed5878 commit 8b0a5f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: pip install poetry
- run: poetry install
- run: ./scripts/test

0 comments on commit 8b0a5f8

Please sign in to comment.