Skip to content

Commit

Permalink
CI: restrict tests to python 3.9 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jun 13, 2024
1 parent fce6e7d commit 9d18736
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.7", "3.10"]
python-version: ["3.9", "3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]

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

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

0 comments on commit 9d18736

Please sign in to comment.