Skip to content

Commit

Permalink
Only testing python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
moonraker595 committed Nov 27, 2024
1 parent 24366cc commit f9ee11a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: ubuntu-22.04
python-version: "3.8"
- os: ubuntu-22.04
python-version: "3.9"
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.11"
runs-on: ${{ matrix.os }}
os: [ubuntu-22.04]
python-version: ["3.11"]
runs-on: ${{ matrix.os }}

name: Python ${{ matrix.python-version }} Tests
steps:
Expand Down

0 comments on commit f9ee11a

Please sign in to comment.