Skip to content

Commit

Permalink
feat(ci): remove unsupported python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jun 13, 2024
1 parent 2ffdaa4 commit 626af4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.11", "3.12"]
# python-version: ["3.11", "3.12"]
python-version: ["3.11"]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
Expand All @@ -35,8 +36,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run pre-commit tests
uses: pre-commit/action@main

- name: Install with all components for testing
run: |
Expand Down

0 comments on commit 626af4a

Please sign in to comment.