Skip to content

Commit

Permalink
Update quality-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Oct 7, 2023
1 parent d7ff0d5 commit 4d24b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
defaults:
run:
shell: bash
Expand All @@ -32,7 +32,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1.3.3
uses: snok/install-poetry@v1.3.4
- name: Install Package
run: poetry install
- name: Run pre-commit checks
Expand Down

0 comments on commit 4d24b2a

Please sign in to comment.