Skip to content

Commit

Permalink
CI: Restrict python test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
allemangD committed Jul 30, 2024
1 parent a93fe82 commit 3c67e02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

include:
- python-version: pypy-3.10
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3c67e02

Please sign in to comment.